Skip to content

Commit

Permalink
gcp static
Browse files Browse the repository at this point in the history
  • Loading branch information
as679 committed Jun 26, 2024
1 parent d2654f4 commit d84e64e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ spec:
solvers:
- dns01:
cloudDNS:
project: dogfood-cx
project: dogfood-cx
{{ if .Values.letsencrypt.serviceAccountSecretRef.name }}
serviceAccountSecretRef:
key: {{ .Values.letsencrypt.serviceAccountSecretRef.name }} │
name: {{ .Values.letsencrypt.serviceAccountSecretRef.key }}
{{ end }}
4 changes: 4 additions & 0 deletions sources/dogfood-cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ jetstack-cert-manager:
namespace: cert-manager
installCRDs: true
featureGates: "ExperimentalCertificateSigningRequestControllers=true,ExperimentalGatewayAPISupport=true"
letsencrypt:
serviceAccountSecretRef:
key: ""
name: ""

0 comments on commit d84e64e

Please sign in to comment.