diff --git a/charts/spire/templates/oidc-deployment.yaml b/charts/spire/templates/oidc-deployment.yaml index e4fe820..860f6d2 100644 --- a/charts/spire/templates/oidc-deployment.yaml +++ b/charts/spire/templates/oidc-deployment.yaml @@ -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 }}