Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Willnow, Patrick
lab-gitlab
Commits
efd77c6e
Commit
efd77c6e
authored
Jun 30, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
b8eb6d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
efd77c6e
variables
:
GREET
:
"
Mundo"
K8S_NS
:
"
my-funky-project"
stages
:
-
info
...
...
@@ -9,4 +10,5 @@ docker:
image
:
"
lwolf/kubectl_deployer"
script
:
-
which kubectl
-
kubectl get all --kubeconfig=$KUBE_CONFIG
-
kubectl create namespace $K8S_NS
-
kubectl get all --kubeconfig=$KUBE_CONFIG --namespace=$K8S_NS
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment