Skip to content

Commit

Permalink
reverting original defaultClusterIssuer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mliner committed Jul 23, 2024
1 parent 8d12fb7 commit 3e57556
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
32 changes: 0 additions & 32 deletions helm/defaultClusterIssuer/templates/clusterIssuer-cloudflare.yaml

This file was deleted.

14 changes: 1 addition & 13 deletions helm/defaultClusterIssuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ route53:
dnsZones:
- "example.com"
http:
http:
default-http:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
Expand All @@ -34,15 +34,3 @@ http:

ingressLabels: {}
ingressAnnotations: {}
cloudflare:
cloudflare:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: cluster-issuer-secret
apiTokenSecretRef:
name: cloudflare-api-token-secret
key: api-token
dnsZones:
- "example.com"

0 comments on commit 3e57556

Please sign in to comment.