summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/kubeconfig.yml
blob: 5152dae0104acbc9c6783e073ea76473f08f415a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
apiVersion: v1
clusters:
- name: gitlab-deploy
  cluster:
    server: https://kube.domain.com
    certificate-authority-data: "UEVN"
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