Include spire namespace to fix oidc-provider

Signed-off-by: Marco Franssen <[email protected]>
Co-authored-by: Gert Jan Kamstra <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:13 +01:00
committed by Marco Franssen
co-authored by Gert Jan Kamstra
parent 456c9cc53b
commit 225931565a
3 changed files with 7 additions and 6 deletions
@@ -24,10 +24,6 @@ data:
clusterName: {{ .Values.clusterName }}
trustDomain: {{ .Values.trustDomain }}
ignoreNamespaces:
- kube-system
- kube-public
- {{ .Release.Namespace }}
- local-path-storage
{{- with .Values.controllerManager.ignoreNamespaces }}
{{- toYaml . | nindent 6 }}
{{- end }}