Guest User

Untitled

a guest
Jun 17th, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: mysql-pass
  5. namespace: default
  6. type: Opaque
  7. data:
  8. username: <your username>
  9. password: <your password>
Add Comment
Please, Sign In to add comment