Skip to content

Commit

Permalink
Ability to set PodAnnotations on admintools (temporalio#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Strawson authored Sep 12, 2022
1 parent e9dc0d0 commit 9eecf3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/admintools-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
{{- with $.Values.admintools.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with $.Values.admintools.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{ include "temporal.serviceAccount" . }}
containers:
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ admintools:
port: 22
annotations: {}
podLabels: {}
podAnnotations: {}
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit 9eecf3a

Please sign in to comment.