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 0039695 commit 67fc735Copy full SHA for 67fc735
infrastructure/charts/node/templates/externalsecret.yaml
@@ -21,6 +21,7 @@ spec:
21
22
---
23
# Requires wallet to be created (atm it's done through terraform module)
24
+{{- if eq "cardano" .Values.server.ledger }}
25
apiVersion: external-secrets.io/v1beta1
26
kind: ExternalSecret
27
metadata:
@@ -36,3 +37,4 @@ spec:
36
37
dataFrom:
38
- extract:
39
key: {{ .Values.vdr.cardanoWallet }}
40
+{{- end }}
0 commit comments