Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kubeconfig-without-ca.yml « config « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2cb989d5485830644d54eba51797a5dbd41b276 (plain)
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