We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0693dbd commit a317fecCopy full SHA for a317fec
charts/osm-arc/templates/osm-label.yml
@@ -115,6 +115,9 @@ spec:
115
automountServiceAccountToken: true
116
restartPolicy: Never
117
terminationGracePeriodSeconds: 0
118
+ nodeSelector:
119
+ kubernetes.io/arch: amd64
120
+ kubernetes.io/os: linux
121
containers:
122
- name: osm-label
123
image: {{ .Values.alpine.image.name }}:{{ .Values.alpine.image.tag }}
0 commit comments