Guest User

Untitled

a guest
May 29th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: Name of the Kubernetes secret
  5. type: Opaque
  6. data:
  7. username: Tenant User Name
  8. password: Tenant password
Add Comment
Please, Sign In to add comment