Skip to content

Commit

Permalink
fix: syntax error in deployment (cloudnative-pg#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Engel <[email protected]>
Co-authored-by: Itay Grudev <[email protected]>
  • Loading branch information
mrksngl and itay-grudev authored Dec 19, 2024
1 parent 4801848 commit e42fb5f
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 @@ -82,7 +82,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 e42fb5f

Please sign in to comment.