File tree 2 files changed +8
-6
lines changed
infrastructure/charts/node
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 38
38
key : {{ .Values.vdr.cardanoWallet }}
39
39
40
40
---
41
- # Requires wallet to be created (atm it's done through terraform module)
41
+ {{- if and (eq .Values.server.ledger "cardano") (not (empty .Values.vdr.externalResources.wallet.host)) }}
42
42
apiVersion : external-secrets.io/v1beta1
43
43
kind : ExternalSecret
44
44
metadata :
54
54
dataFrom :
55
55
- extract :
56
56
key : " {{ .Values.secrets.cardanoWallet }}"
57
+ {{- end }}
58
+ {{- if and (eq .Values.server.ledger "cardano") (not (empty .Values.vdr.externalResources.db_sync.host)) }}
57
59
---
58
- # Requires wallet to be created (atm it's done through terraform module)
59
60
apiVersion : external-secrets.io/v1beta1
60
61
kind : ExternalSecret
61
62
metadata :
71
72
dataFrom :
72
73
- extract :
73
74
key : " {{ .Values.secrets.cardanoDbSync }}"
75
+ {{- end }}
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ database:
43
43
vdr :
44
44
externalResources :
45
45
wallet :
46
- # host:
47
- # payment_address:
46
+ host :
47
+ payment_address :
48
48
# tls always true ATM
49
49
tls : true
50
50
db_sync :
51
- # host" :
52
- # database" :
51
+ host :
52
+ database :
53
53
cardanoNode : atala-cardano-dev-preprod
54
54
cardanoNamespace : cardano-stack
55
55
cardanoWallet : dev-k8s-cardano-wallet
You can’t perform that action at this time.
0 commit comments