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

userauth.kubeconfig « config « test « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 604e3bda9209c6696ca64c1224ea176ce7d96652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
apiVersion: v1
clusters:
- cluster:
    server: https://localhost:6443
  name: localhost:6443
contexts:
- context:
    cluster: localhost:6443
    namespace: default
    user: system:admin:token
  name: localhost/system:admin:token
- context:
    cluster: localhost:6443
    namespace: default
    user: system:admin:userpass
  name: localhost/system:admin:userpass
current-context: localhost/system:admin:token
kind: Config
preferences: {}
users:
- name: system:admin:token
  user:
    token: 0123456789ABCDEF0123456789ABCDEF
- name: system:admin:userpass
  user:
    username: admin
    password: pAssw0rd123