Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. apiVersion: v1
  2. clusters:
  3. - cluster:
  4. certificate-authority-data: REDACTED
  5. server: https://api.{CLUSTER_NAME}
  6. name: {CLUSTER_NAME}
  7. contexts:
  8. - context:
  9. cluster: {CLUSTER_NAME}
  10. user: {CLUSTER_NAME}
  11. name: {CLUSTER_NAME}
  12. current-context: {CLUSTER_NAME}
  13. kind: Config
  14. preferences: {}
  15. users:
  16. - name: {CLUSTER_NAME}
  17. user:
  18. client-certificate-data: REDACTED
  19. client-key-data: REDACTED
  20. password: REDACTED
  21. username: admin
  22. - name: {CLUSTER_NAME}-basic-auth
  23. user:
  24. password: REDACTED
  25. username: admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement