[DO-1377] fix annotation
This commit is contained in:
@@ -13,11 +13,11 @@ spec:
|
||||
{{- include "openresty.selectorLabels" . | nindent 6 }}
|
||||
template:
|
||||
metadata:
|
||||
{{- with .Values.podAnnotations }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml" ) . | sha256sum }}
|
||||
{{- with .Values.podAnnotations }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml" ) . | sha256sum }}
|
||||
labels:
|
||||
{{- include "openresty.labels" . | nindent 8 }}
|
||||
{{- with .Values.podLabels }}
|
||||
|
||||
Reference in New Issue
Block a user