From 3939bc9138636927530dfeb0f586ac323b8137d9 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 22 Feb 2026 20:01:34 +0100 Subject: [PATCH] add workaround for cert-manager-webhook-ovh --- infra/controllers/cert-manager-webhook-ovh.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/controllers/cert-manager-webhook-ovh.yaml b/infra/controllers/cert-manager-webhook-ovh.yaml index ad2fba5..87db3f8 100644 --- a/infra/controllers/cert-manager-webhook-ovh.yaml +++ b/infra/controllers/cert-manager-webhook-ovh.yaml @@ -48,3 +48,11 @@ spec: applicationConsumerKeyRef: name: ovh-credentials key: consumerKey + # Workaround for chart's bug + # nil pointer evaluating interface {}.enabled + externalAccountBinding: + enabled: false + keyID: "" + keySecretRef: + name: "" + key: ""