Dnsimple hook without secret, let us see
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a056a80a99
commit
bb71a6a6b7
|
@ -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
|
|
@ -37,3 +37,4 @@ spec:
|
|||
- https://charts.gabe565.com
|
||||
- https://charts.longhorn.io
|
||||
- https://git.deuxfleurs.fr/Deuxfleurs/garage
|
||||
- https://puzzle.github.io/cert-manager-webhook-dnsimple
|
||||
|
|
Loading…
Reference in New Issue