commit 1244a22cade794f4d0cb68a0aaa6afb1432b94a2 parent d11c89a6df33aa9e10c2a28d766d8cdc408a8f7b Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Oct 2023 20:28:28 +0200 Also allow all the other cert-manager pods to be on arm Diffstat:
| M | infrastructure/controllers/cert-manager.yaml | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml @@ -37,6 +37,24 @@ spec: operator: "Equal" value: "arm64" effect: "NoSchedule" + webhook: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" + cainjector: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" + startupapicheck: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" prometheus: servicemonitor: enabled: true