From e18fc6b7085dfba93346abb877ff9f95f71cf67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20P=C3=A1ez?= Date: Sat, 14 Sep 2024 19:49:46 +0200 Subject: [PATCH] Fix secret creation --- charts/cert-manager-duckdns-webhook/Chart.yaml | 2 +- charts/cert-manager-duckdns-webhook/templates/token-secret.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cert-manager-duckdns-webhook/Chart.yaml b/charts/cert-manager-duckdns-webhook/Chart.yaml index f2887aa0..0eb16538 100644 --- a/charts/cert-manager-duckdns-webhook/Chart.yaml +++ b/charts/cert-manager-duckdns-webhook/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: Helm Chart for the Cert Manager DuckDNS WebHook name: cert-manager-duckdns-webhook -version: 1.1.0 +version: 1.1.1 maintainers: - name: csp33 \ No newline at end of file diff --git a/charts/cert-manager-duckdns-webhook/templates/token-secret.yaml b/charts/cert-manager-duckdns-webhook/templates/token-secret.yaml index 17e42ef7..c7c2c05a 100644 --- a/charts/cert-manager-duckdns-webhook/templates/token-secret.yaml +++ b/charts/cert-manager-duckdns-webhook/templates/token-secret.yaml @@ -1,4 +1,4 @@ -{{ if ne $.Values.token.existingSecretName "" }} +{{ if eq $.Values.token.existingSecretName "" }} apiVersion: v1 kind: Secret metadata: