fix: change hetzner api URL to the new hetzner console one

This commit is contained in:
jad0s 2026-05-06 14:10:17 +02:00
parent 2640806593
commit 0dd6fbf8aa
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ spec:
source: source:
repoURL: https://charts.hetzner.cloud repoURL: https://charts.hetzner.cloud
chart: cert-manager-webhook-hetzner chart: cert-manager-webhook-hetzner
targetRevision: 1.0.1 targetRevision: "*"
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: cert-manager namespace: cert-manager

View file

@ -16,7 +16,7 @@ spec:
config: config:
secretName: hetzner-secret secretName: hetzner-secret
zoneName: libretalk.eu zoneName: libretalk.eu
apiUrl: https://dns.hetzner.com/api/v1 apiUrl: https://api.hetzner.cloud/v1
--- ---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: ClusterIssuer kind: ClusterIssuer