Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kubernetes-deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
kubernetes-deploy
Commits
9b207f5a
Commit
9b207f5a
authored
Jan 18, 2018
by
Andreas König
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to fix helm installation name
parent
b07c1dab
Pipeline
#12920
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy
deploy
+1
-1
No files found.
deploy
View file @
9b207f5a
...
...
@@ -63,7 +63,7 @@ if [ -d "$CHART_DIR" ]; then
--set
replicaCount
=
"
$replicas
"
\
--namespace
=
"
$KUBE_NAMESPACE
"
\
--version
=
"
$CI_PIPELINE_ID
-
$CI_BUILD_ID
"
\
"
$CI_PROJECT_
NAME
-
$CI_ENVIRONMENT_SLUG
"
\
"
$CI_PROJECT_
PATH_SLUG
-
$CI_ENVIRONMENT_SLUG
"
\
"
$CHART_DIR
"
elif
[
-e
"
${
DEPLOYMENT_YML_FILE
}
"
]
;
then
echo
"Deploy
${
DEPLOYMENT_YML_FILE
}
"
...
...
Write
Preview
Markdown
is supported
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