Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created June 6, 2019 19:15
Show Gist options
  • Select an option

  • Save recursivecodes/3b3191ad649eeeef949f94267ae5b64b to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/3b3191ad649eeeef949f94267ae5b64b to your computer and use it in GitHub Desktop.
atp-secret.yaml
apiVersion: v1
kind: Secret
metadata:
  name: atp-secret
data:
  # {"password":"Passw0rd123456"}
  password: [base64 encoded JSON object]
  # {"walletPassword":"WalletPassw0rd13456"}
  walletPassword: [base64 encoded JSON object]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment