Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'fixes-3470'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Apr 23, 2021
2 parents 609e3b3 + 9976b21 commit 47dd2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/flux/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ spec:
{{ toYaml .Values.dnsConfig | indent 8 }}
{{- end }}
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
{{- with .Values.nodeSelector }}
{{ toYaml . | indent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/templates/memcached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
{{ toYaml .Values.memcached.securityContext | indent 10 }}
{{- end }}
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
{{- with .Values.memcached.nodeSelector }}
{{ toYaml . | indent 8 }}
{{- end }}
Expand Down

0 comments on commit 47dd2ee

Please sign in to comment.