summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/kubeconfig-without-ca.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/config/kubeconfig-without-ca.yml')
-rw-r--r--spec/fixtures/config/kubeconfig-without-ca.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/fixtures/config/kubeconfig-without-ca.yml b/spec/fixtures/config/kubeconfig-without-ca.yml
new file mode 100644
index 00000000000..b2cb989d548
--- /dev/null
+++ b/spec/fixtures/config/kubeconfig-without-ca.yml
@@ -0,0 +1,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