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:
authorLin Jen-Shin <godfat@godfat.org>2017-07-06 14:38:41 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-07-06 14:38:41 +0300
commitdbb313c26f79e5bebf197af8eba24411fced51bb (patch)
tree3b1e489f44eca92fda81083ca8c64bacbdd02cae /spec/fixtures/config
parente7acc88156116bbfc20d13b5d897492cc415ee38 (diff)
Encode certificate-authority-data in base64
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 4fa52818fee..c4e8e573c32 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: PEM
+ certificate-authority-data: "UEVN\n"
contexts:
- name: gitlab-deploy
context: