We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4446a commit ec790c5Copy full SHA for ec790c5
hacks/values/hydra-maester.yaml
@@ -2,6 +2,8 @@
2
adminService:
3
name: hydra-admin.default
4
deployment:
5
+ extraAnnotations:
6
+ ory.sh/deployment_annotation: hydra-maester
7
podMetadata:
8
labels:
9
ory.sh/pod_label: hydra-maester
hacks/values/oathkeeper-maester.yaml
@@ -2,11 +2,13 @@
# singleNamespaceMode: true
priorityClassName: "system-cluster-critical"
+ annotations:
+ ory.sh/deployment_annotation: oathkeeper_maester
ory.sh/pod_label: oathkeeper_maester
10
annotations:
11
ory.sh/pod_annotation: oathkeeper_maester
12
serviceAccount:
13
- ory.sh/pod_annotation: hydra-maester
14
+ ory.sh/pod_annotation: oathkeeper_maester
0 commit comments