fix: change hetzner api URL to the new hetzner console one
This commit is contained in:
parent
2640806593
commit
0dd6fbf8aa
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ spec:
|
|||
source:
|
||||
repoURL: https://charts.hetzner.cloud
|
||||
chart: cert-manager-webhook-hetzner
|
||||
targetRevision: 1.0.1
|
||||
targetRevision: "*"
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
config:
|
||||
secretName: hetzner-secret
|
||||
zoneName: libretalk.eu
|
||||
apiUrl: https://dns.hetzner.com/api/v1
|
||||
apiUrl: https://api.hetzner.cloud/v1
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue