supermaca

Untitled

Apr 3rd, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #188 using secrets
  2. apiVersion: v1
  3. kind: Secret
  4. metadata:
  5. name: demo-secret # Name of the secret
  6. type: Opaque
  7. data:
  8. userName: bWFjYXJlbmE= # Arbitrary data - Base64-encoded username (macarena)
  9. password: bWFjYXJlbmE= # Base64-encoded password (macarena)
  10.  
Add Comment
Please, Sign In to add comment