Skip to content

Commit

Permalink
b64-encode secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Feb 8, 2022
1 parent c4aecd8 commit b49c30d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/polkadot-payout/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

apiVersion: v1
data:
payout-account-mnemonic: {{ .Values.payout_account_mnemonic }}
slack-alert-token: {{ .Values.slack_alert_token }}
payout-account-mnemonic: {{ b64enc .Values.payout_account_mnemonic }}
slack-alert-token: {{ b64enc .Values.slack_alert_token }}
kind: Secret
metadata:
name: polkadot-payout-secrets
Expand Down

0 comments on commit b49c30d

Please sign in to comment.