Skip to content

Commit

Permalink
fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Mar 22, 2024
1 parent fc7ac8f commit 7f15d70
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions charts/bridges-common-relay/templates/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ spec:
metadata:
annotations:
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") $ | sha256sum }}
{{- with $.Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "bridges-common-relay.labels" $ | nindent 8 }}
spec:
backOffLimit: 0
template:
metadata:
annotations:
{{- with $.Values.podAnnotations }}
{{- toYaml . | nindent 12 }}
{{- end }}
spec:
restartPolicy: Never
serviceAccountName: {{ include "bridges-common-relay.serviceAccountName" $ }}
Expand Down

0 comments on commit 7f15d70

Please sign in to comment.