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
KSZK
DevTeam
becskasszasch
Commits
6f63a3ed
Verified
Commit
6f63a3ed
authored
Aug 03, 2021
by
blint
😶
Browse files
update ci
parent
f8fa3bff
Pipeline
#8605
failed with stages
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f63a3ed
...
...
@@ -94,20 +94,14 @@ Upgrade helm:
stage
:
deploy
image
:
name
:
docker.io/blintmester/base-helm-kubectl:1.0.1
entrypoint
:
[
"
"
]
entrypoint
:
[
"
/bin/bash
"
]
needs
:
-
docker
before_script
:
-
cd
-
pwd
-
mkdir -p .kube
-
echo ${kube_config} | base64 -d > .kube/config
-
chmod 600 .kube/config
-
cat .kube/config
-
chmod 600 $KUBECONFIG
script
:
-
bash
-
cd "$CI_PROJECT_DIR"/k8s
-
envsubst < values.yml | helm upgrade --install becskasszasch . -n apps --wait --values -
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
manual
\ No newline at end of file
when
:
manual
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