Guest User

Untitled

a guest
Jan 18th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. secretGenerator:
  2. - commands:
  3. pgHost: bash -euc 'echo -n "$PG_HOST"'
  4. pgPassword: bash -euc 'echo -n "$PG_PASSWORD"'
  5. pgUser: bash -euc 'echo -n "$PG_USER"'
  6. name: api-secret
  7.  
  8. ## output-example
  9. ##
  10. ## apiVersion: v1
  11. ## data:
  12. ## pgHost: hogehoge=
  13. ## pgPassword: hogehoge=
  14. ## pgUser: hogehoge=
  15. ## kind: Secret
  16. ## metadata:
  17. ## name: api-secret-gmmct62cdf
  18. ## type: Opaque
Add Comment
Please, Sign In to add comment