Skip to content

Commit 39c8903

Browse files
committed
wip
1 parent ffc19e0 commit 39c8903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/cert-manager/values.rfc2136.yaml.gotmpl renamed to charts/cert-manager/values.acme-dns.yaml.gotmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ cert-manager:
88
namespace: {{ .Release.Namespace }} # secret must be in same namespace as Cert Manager deployment
99
type: Opaque
1010
stringData:
11+
{{ $configDir := requiredEnv "CONFIG_DIR" }}
1112
acmedns.json: |
12-
{}
13+
{{ readFile (printf "%s/lego-acme-accounts/acme-dns-accounts.json" $configDir) | indent 8 }} # Relative to helmfile.yaml
1314
- |
1415
apiVersion: cert-manager.io/v1
1516
kind: ClusterIssuer

0 commit comments

Comments
 (0)