Created
June 6, 2019 19:15
-
-
Save recursivecodes/3b3191ad649eeeef949f94267ae5b64b to your computer and use it in GitHub Desktop.
atp-secret.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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