Fix spelling error in Controller Manager config (#362)
Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
@@ -70,7 +70,7 @@ clusterName: {{ .clusterName }}
|
|||||||
trustDomain: {{ include "spire-lib.trust-domain" . }}
|
trustDomain: {{ include "spire-lib.trust-domain" . }}
|
||||||
{{- $ignoreNamespaces := .defaults.ignoreNamespaces }}
|
{{- $ignoreNamespaces := .defaults.ignoreNamespaces }}
|
||||||
{{- if hasKey .settings "ignoreNamespaces" }}
|
{{- if hasKey .settings "ignoreNamespaces" }}
|
||||||
{{- $ignoreNamespaces = .settings.ingoreNamespaces }}
|
{{- $ignoreNamespaces = .settings.ignoreNamespaces }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with $ignoreNamespaces }}
|
{{- with $ignoreNamespaces }}
|
||||||
ignoreNamespaces:
|
ignoreNamespaces:
|
||||||
|
|||||||
Reference in New Issue
Block a user