From cd1357cf6aa8cbb986d4e0c397575fddc313840d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 24 Jul 2020 16:14:01 -0400 Subject: [PATCH] Run on all architectures Change-Id: I3c26080278f17b03b1129e2eac98cee578102704 --- charts/node-labeler/templates/daemonset.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/node-labeler/templates/daemonset.yaml b/charts/node-labeler/templates/daemonset.yaml index f9d8369..fa1e665 100755 --- a/charts/node-labeler/templates/daemonset.yaml +++ b/charts/node-labeler/templates/daemonset.yaml @@ -34,8 +34,6 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName - nodeSelector: - kubernetes.io/arch: amd64 updateStrategy: rollingUpdate: - maxUnavailable: 10% \ No newline at end of file + maxUnavailable: 10%