commit 660c8616a796626e7d858823ba0d7346029c00d2
parent ef2ded2c9cf2c6b8ba7401f8b5d5e99dfdc59037
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 19 Jun 2023 11:19:45 +0200
Allow arm
Diffstat:
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/clusters/production/flux-system/gotk-components.yaml b/clusters/production/flux-system/gotk-components.yaml
@@ -3499,6 +3499,11 @@ spec:
labels:
app: source-controller
spec:
+ tolerations:
+ - key: "arch"
+ operator: "Equal"
+ value: "arm64"
+ effect: "NoSchedule"
containers:
- args:
- --events-addr=http://notification-controller.flux-system.svc.cluster.local./
@@ -5237,6 +5242,11 @@ spec:
labels:
app: kustomize-controller
spec:
+ tolerations:
+ - key: "arch"
+ operator: "Equal"
+ value: "arm64"
+ effect: "NoSchedule"
containers:
- args:
- --events-addr=http://notification-controller.flux-system.svc.cluster.local./
@@ -6250,6 +6260,11 @@ spec:
labels:
app: helm-controller
spec:
+ tolerations:
+ - key: "arch"
+ operator: "Equal"
+ value: "arm64"
+ effect: "NoSchedule"
containers:
- args:
- --events-addr=http://notification-controller.flux-system.svc.cluster.local./
@@ -7897,6 +7912,11 @@ spec:
labels:
app: notification-controller
spec:
+ tolerations:
+ - key: "arch"
+ operator: "Equal"
+ value: "arm64"
+ effect: "NoSchedule"
containers:
- args:
- --watch-all-namespaces=true
@@ -8880,6 +8900,11 @@ spec:
labels:
app: image-reflector-controller
spec:
+ tolerations:
+ - key: "arch"
+ operator: "Equal"
+ value: "arm64"
+ effect: "NoSchedule"
containers:
- args:
- --events-addr=http://notification-controller.flux-system.svc.cluster.local./
@@ -9286,6 +9311,11 @@ spec:
labels:
app: image-automation-controller
spec:
+ tolerations:
+ - key: "arch"
+ operator: "Equal"
+ value: "arm64"
+ effect: "NoSchedule"
containers:
- args:
- --events-addr=http://notification-controller.flux-system.svc.cluster.local./