Skip to content

Commit

Permalink
fix(cert-manager-webhook-hetzner): fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-F committed Aug 23, 2021
1 parent 7989216 commit ab17071
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-webhook-hetzner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cert-manager-webhook-hetzner
description: A chart to deploy cert-manager-webhook-hetzner
type: application
version: 1.0.0
version: 1.0.1
appVersion: "v1.0.0-mr9"
dependencies:
- name: raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
groupName: {{ .Values.groupName }}
solverName: hetzner
config:
secretName: {{ $.Release.Name }}-hetzner-secret
secretName: {{ include "cert-manager-webhook-hetzner.fullname" . }}-default-secret
apiUrl: https://dns.hetzner.com/api/v1
---
apiVersion: v1
Expand Down

0 comments on commit ab17071

Please sign in to comment.