Fix oidc nodeSelector
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -102,7 +102,7 @@ spec:
|
||||
- name: spire-oidc-config
|
||||
configMap:
|
||||
name: {{ include "spire.fullname" . }}-oidc-discovery-provider
|
||||
{{- with .Values.nodeSelector }}
|
||||
{{- with .Values.oidc.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user