Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix(uninstall): Add nodeSelectors for osm-cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Kalya Subramanian <[email protected]>
  • Loading branch information
ksubrmnn committed Jun 18, 2021
1 parent 113bfc3 commit 575edef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/osm/templates/cleanup-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
{{- include "osm.labels" . | nindent 8 }}
spec:
serviceAccountName: {{ .Release.Name }}-cleanup
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
restartPolicy: Never
nodeSelector:
kubernetes.io/arch: amd64
Expand Down

0 comments on commit 575edef

Please sign in to comment.