Skip to content

Commit ec790c5

Browse files
authored
Added annotations to test values files
1 parent 0f4446a commit ec790c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

hacks/values/hydra-maester.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
adminService:
33
name: hydra-admin.default
44
deployment:
5+
extraAnnotations:
6+
ory.sh/deployment_annotation: hydra-maester
57
podMetadata:
68
labels:
79
ory.sh/pod_label: hydra-maester

hacks/values/oathkeeper-maester.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
# singleNamespaceMode: true
33
priorityClassName: "system-cluster-critical"
44
deployment:
5+
annotations:
6+
ory.sh/deployment_annotation: oathkeeper_maester
57
podMetadata:
68
labels:
79
ory.sh/pod_label: oathkeeper_maester
810
annotations:
911
ory.sh/pod_annotation: oathkeeper_maester
1012
serviceAccount:
1113
annotations:
12-
ory.sh/pod_annotation: hydra-maester
14+
ory.sh/pod_annotation: oathkeeper_maester

0 commit comments

Comments
 (0)