Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonet committed Jan 11, 2024
1 parent e78ee1d commit 538d2fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/shkeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.33
version: 1.3.34

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
14 changes: 14 additions & 0 deletions charts/shkeeper/templates/deployments/shkeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,20 @@ spec:
key: password
optional: false
{{- end }}
{{- if .Values.xrp.enabled}}
- name: XRP_USERNAME
valueFrom:
secretKeyRef:
name: xrp-rpc
key: username
optional: false
- name: XRP_PASSWORD
valueFrom:
secretKeyRef:
name: xrp-rpc
key: password
optional: false
{{- end }}
{{- if .Values.monero.enabled }}
- name: MONERO_WALLET_RPC_USER
valueFrom:
Expand Down

0 comments on commit 538d2fa

Please sign in to comment.