Skip to content

Commit

Permalink
Fix secret creation
Browse files Browse the repository at this point in the history
  • Loading branch information
csp33 committed Sep 14, 2024
1 parent f160db4 commit e18fc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cert-manager-duckdns-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if ne $.Values.token.existingSecretName "" }}
{{ if eq $.Values.token.existingSecretName "" }}
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit e18fc6b

Please sign in to comment.