You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
469 B

  1. # clusters refers to the remote service.
  2. clusters:
  3. - name: webhook-token-auth-cluster
  4. cluster:
  5. server: {{ kube_webhook_token_auth_url }}
  6. # users refers to the API server's webhook configuration.
  7. users:
  8. - name: webhook-token-auth-user
  9. # kubeconfig files require a context. Provide one for the API server.
  10. current-context: webhook-token-auth
  11. contexts:
  12. - context:
  13. cluster: webhook-token-auth-cluster
  14. user: webhook-token-auth-user
  15. name: webhook-token-auth