Skip to content

Commit

Permalink
Added annotations to test values files
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmistry authored Jan 8, 2025
1 parent 0f4446a commit ec790c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hacks/values/hydra-maester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
adminService:
name: hydra-admin.default
deployment:
extraAnnotations:
ory.sh/deployment_annotation: hydra-maester
podMetadata:
labels:
ory.sh/pod_label: hydra-maester
Expand Down
4 changes: 3 additions & 1 deletion hacks/values/oathkeeper-maester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
# singleNamespaceMode: true
priorityClassName: "system-cluster-critical"
deployment:
annotations:
ory.sh/deployment_annotation: oathkeeper_maester
podMetadata:
labels:
ory.sh/pod_label: oathkeeper_maester
annotations:
ory.sh/pod_annotation: oathkeeper_maester
serviceAccount:
annotations:
ory.sh/pod_annotation: hydra-maester
ory.sh/pod_annotation: oathkeeper_maester

0 comments on commit ec790c5

Please sign in to comment.