Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
csp33 committed Sep 14, 2024
1 parent 23e6088 commit 3fa4d45
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.0.0
version: 1.0.1

maintainers:
- name: csp33
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ $.Values.clusterIssuer.production.name }}
name: {{ $.Values.clusterIssuer.staging.name }}
labels:
app: {{ include "cert-manager-duckdns-webhook.name" . }}
chart: {{ include "cert-manager-duckdns-webhook.chart" . }}
Expand Down

0 comments on commit 3fa4d45

Please sign in to comment.