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: