Skip to content

Commit

Permalink
fix: syntax error in deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Engel <[email protected]>
  • Loading branch information
mrksngl committed Dec 18, 2024
1 parent afa1273 commit f2a54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cloudnative-pg/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
fieldPath: metadata.namespace
- name: MONITORING_QUERIES_CONFIGMAP
value: "{{ .Values.monitoringQueriesConfigMap.name }}"
{{ if not .Values.config.clusterWide -}}
{{- if not .Values.config.clusterWide }}
- name: WATCH_NAMESPACE
value: "{{ .Release.Namespace }}"
{{- end }}
Expand Down

0 comments on commit f2a54e5

Please sign in to comment.