We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a3788 commit 982a36dCopy full SHA for 982a36d
1 file changed
charts/workflow/templates/drycc-cluster-issuer.yaml
@@ -0,0 +1,15 @@
1
+apiVersion: certmanager.k8s.io/v1alpha1
2
+kind: ClusterIssuer
3
+metadata:
4
+ name: drycc-cluster-issuer
5
+spec:
6
+ acme:
7
+ # The ACME server URL
8
+ server: https://acme-v02.api.letsencrypt.org/directory
9
+ # Email address used for ACME registration
10
+ email: "{{ .Values.global.email }}"
11
+ # Name of a secret used to store the ACME account private key
12
+ privateKeySecretRef:
13
14
+ # Enable HTTP01 validations
15
+ http01: {}
0 commit comments