Skip to content

Commit df2f07e

Browse files
minor parsing fix
1 parent effb5b6 commit df2f07e

File tree

1 file changed

+1
-1
lines changed
  • charts/gitops-runtime/templates/_components/gitops-operator/crds

1 file changed

+1
-1
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/_all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
---
1515
{{- include "gitops-operator.crds.product" $context }}
1616
---
17-
{{- if not .Values.app-proxy.singleNamespace }}
17+
{{- if not (get .Values "app-proxy").singleNamespace }}
1818
{{- include "gitops-operator.crds.restricted-gitsource" $context }}
1919
{{- end }}
2020
---

0 commit comments

Comments
 (0)