commit d11c89a6df33aa9e10c2a28d766d8cdc408a8f7b parent c69a4e97460ef91dbcb39eb032c75391fae3d0de Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Oct 2023 20:24:15 +0200 Allow cert-manager also on arm runners Diffstat:
| M | infrastructure/controllers/cert-manager.yaml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml @@ -32,6 +32,11 @@ spec: values: installCRDs: true enableCertificateOwnerRef: false + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" prometheus: servicemonitor: enabled: true