Dnsimple hook without secret, let us see

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-02-04 12:50:25 +00:00
parent a056a80a99
commit bb71a6a6b7
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dnsimple-cert-manager-webhook
namespace: argocd
spec:
destination:
namespace: cert-manager
server: https://kubernetes.default.svc
project: infra
source:
chart: cert-manager-webhook-dnsimple
helm:
parameters:
- name: clusterIssuer.production.enabled
value: "true"
- name: clusterIssuer.staging.enabled
value: "true"
- name: clusterIssuer.email
value: "ranuardm@gmail.com"
- name: dnsimple.existingTokenSecret
value: "true"
- name: dnsimple.tokenSecretName
value: "dnsimple-webhook-secret"
repoURL: https://puzzle.github.io/cert-manager-webhook-dnsimple
targetRevision: 0.1.6
syncPolicy:
automated:
selfHeal: true

View File

@ -37,3 +37,4 @@ spec:
- https://charts.gabe565.com - https://charts.gabe565.com
- https://charts.longhorn.io - https://charts.longhorn.io
- https://git.deuxfleurs.fr/Deuxfleurs/garage - https://git.deuxfleurs.fr/Deuxfleurs/garage
- https://puzzle.github.io/cert-manager-webhook-dnsimple