Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
k8s
devtool
Commits
67c374a0
Commit
67c374a0
authored
Oct 11, 2019
by
Andy Cobaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
expose deployable name in environment when calling fluxhelmrelease
parent
15ba3ae1
Pipeline
#64994
failed with stages
in 37 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmd/ci_deploy.go
cmd/ci_deploy.go
+1
-0
No files found.
cmd/ci_deploy.go
View file @
67c374a0
...
...
@@ -79,6 +79,7 @@ func fluxDeployCi(config config.Config) error {
os
.
Setenv
(
"KUBE_SERVICE_NAME"
,
releaseName
)
os
.
Setenv
(
"CI_PROJECT_NAME"
,
image
)
os
.
Setenv
(
"DEPLOYABLE_NAME"
,
deployable
.
Name
)
err
:=
environment
.
Run
(
true
,
"fluxhelmrelease"
)
if
err
!=
nil
{
...
...
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