Skip to content

Commit 67fc735

Browse files
committed
fix: only create cardano-wallet secret if running against cardano
Signed-off-by: David Poltorak <[email protected]>
1 parent 0039695 commit 67fc735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/charts/node/templates/externalsecret.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121

2222
---
2323
# Requires wallet to be created (atm it's done through terraform module)
24+
{{- if eq "cardano" .Values.server.ledger }}
2425
apiVersion: external-secrets.io/v1beta1
2526
kind: ExternalSecret
2627
metadata:
@@ -36,3 +37,4 @@ spec:
3637
dataFrom:
3738
- extract:
3839
key: {{ .Values.vdr.cardanoWallet }}
40+
{{- end }}

0 commit comments

Comments
 (0)