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" . }}
|
||||
{{- $ignoreNamespaces := .defaults.ignoreNamespaces }}
|
||||
{{- if hasKey .settings "ignoreNamespaces" }}
|
||||
{{- $ignoreNamespaces = .settings.ingoreNamespaces }}
|
||||
{{- $ignoreNamespaces = .settings.ignoreNamespaces }}
|
||||
{{- end }}
|
||||
{{- with $ignoreNamespaces }}
|
||||
ignoreNamespaces:
|
||||
|
||||
Reference in New Issue
Block a user