We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc19e0 commit 39c8903Copy full SHA for 39c8903
charts/cert-manager/values.rfc2136.yaml.gotmpl renamed to charts/cert-manager/values.acme-dns.yaml.gotmpl
@@ -8,8 +8,9 @@ cert-manager:
8
namespace: {{ .Release.Namespace }} # secret must be in same namespace as Cert Manager deployment
9
type: Opaque
10
stringData:
11
+{{ $configDir := requiredEnv "CONFIG_DIR" }}
12
acmedns.json: |
- {}
13
+{{ readFile (printf "%s/lego-acme-accounts/acme-dns-accounts.json" $configDir) | indent 8 }} # Relative to helmfile.yaml
14
- |
15
apiVersion: cert-manager.io/v1
16
kind: ClusterIssuer
0 commit comments