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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-10-02 19:55:07 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2017-10-03 10:10:40 +0300
commit40c6128b398f62188e794fe97b4cb545b482e3da (patch)
tree8e4c75df0ad23a0a564ede867e7695b546b15919 /spec/fixtures/config
parentf1b8d79f4ac0cc9f145f690ad7df095798a7ac5d (diff)
Fix broken certificate-authority-data with kubectl >= 1.8.0
Diffstat (limited to 'spec/fixtures/config')
-rw-r--r--spec/fixtures/config/kubeconfig.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/config/kubeconfig.yml b/spec/fixtures/config/kubeconfig.yml
index c4e8e573c32..5152dae0104 100644
--- a/spec/fixtures/config/kubeconfig.yml
+++ b/spec/fixtures/config/kubeconfig.yml
@@ -4,7 +4,7 @@ clusters:
- name: gitlab-deploy
cluster:
server: https://kube.domain.com
- certificate-authority-data: "UEVN\n"
+ certificate-authority-data: "UEVN"
contexts:
- name: gitlab-deploy
context: