BigW Consortium Gitlab

kubeconfig-without-ca.yml 315 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
---
apiVersion: v1
clusters:
- name: gitlab-deploy
  cluster:
    server: https://kube.domain.com
contexts:
- name: gitlab-deploy
  context:
    cluster: gitlab-deploy
    namespace: NAMESPACE
    user: gitlab-deploy
current-context: gitlab-deploy
kind: Config
users:
- name: gitlab-deploy
  user:
    token: TOKEN