Skip to content

Commit a317fec

Browse files
authored
Set nodeselector to linux (#106)
* Set nodeselector to linux * Add nodeselector for amd64
1 parent 0693dbd commit a317fec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/osm-arc/templates/osm-label.yml

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ spec:
115115
automountServiceAccountToken: true
116116
restartPolicy: Never
117117
terminationGracePeriodSeconds: 0
118+
nodeSelector:
119+
kubernetes.io/arch: amd64
120+
kubernetes.io/os: linux
118121
containers:
119122
- name: osm-label
120123
image: {{ .Values.alpine.image.name }}:{{ .Values.alpine.image.tag }}

0 commit comments

Comments
 (0)