We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b080eee + 2a64de8 commit 8e2174dCopy full SHA for 8e2174d
manifest_staging/charts/secrets-store-csi-driver/templates/crds-upgrade-hook.yaml
@@ -69,3 +69,10 @@ spec:
69
imagePullPolicy: {{ .Values.linux.crds.image.pullPolicy }}
70
nodeSelector:
71
kubernetes.io/os: linux
72
+{{- if .Values.linux.nodeSelector }}
73
+{{- toYaml .Values.linux.nodeSelector | nindent 8 }}
74
+{{- end }}
75
+{{- with .Values.linux.tolerations }}
76
+ tolerations:
77
+{{ toYaml . | indent 8 }}
78
manifest_staging/charts/secrets-store-csi-driver/templates/keep-crds-upgrade-hook.yaml
@@ -72,3 +72,10 @@ spec:
79
80
81
0 commit comments