Skip to content

Commit

Permalink
fix place
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Ignatev committed Jan 18, 2023
1 parent 4e99819 commit 73c29ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/bpdispatcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ spec:
{{- include "bpdispatcher.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "bpdispatcher.selectorLabels" . | nindent 8 }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 73c29ae

Please sign in to comment.