Skip to content

Commit

Permalink
Update deprecated NodeSelector
Browse files Browse the repository at this point in the history
Signed-off-by: dschunack <[email protected]>
  • Loading branch information
dschunack committed Sep 28, 2022
1 parent d319944 commit bcfabc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/templates/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- end }}
{{- end }}
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
{{- with .Values.node.nodeSelector }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/instance: kustomize
spec:
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit bcfabc8

Please sign in to comment.