Skip to content

Commit 982a36d

Browse files
committed
chore(workflow): add global cluster-issuer
1 parent 30a3788 commit 982a36d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
name: drycc-cluster-issuer
14+
# Enable HTTP01 validations
15+
http01: {}

0 commit comments

Comments
 (0)