From ceba50d6f749e996e9f18c7b91a8f9b59963c5be Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 17 Jul 2023 19:58:59 -0700 Subject: [PATCH] Revert "Tolerate x86 architecture in drone-runner" This reverts commit c7a24e08472578c9940fead531020de1ac9c1b8a. --- charts/drone/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/drone/values.yaml b/charts/drone/values.yaml index 2dbff75..543d2e8 100644 --- a/charts/drone/values.yaml +++ b/charts/drone/values.yaml @@ -10,6 +10,7 @@ drone-server: port: 3500 persistentVolume: storageClass: longhorn + # Keep the Runner untolerant for now, until I progress to intentionally building dual-architecture images. tolerations: - key: architecture operator: Equal @@ -25,10 +26,6 @@ drone-runner: - "--host" - "tcp://localhost:2375" - "--mtu=1450" - tolerations: - - key: architecture - operator: Equal - value: x86 drone: server: "drone.scubbo.org"