Skip to content

Commit

Permalink
Merge pull request #17 from NASA-IMPACT/feature/add_release_name
Browse files Browse the repository at this point in the history
add release name
  • Loading branch information
ranchodeluxe authored May 9, 2023
2 parents 5f67f01 + 330f1dc commit 645d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-custom-images-gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
######################
# helm render only the template we care about deploying which the daemonset
helm template -s templates/image-puller/daemonset-continuous.yaml . -f new-values.yaml > ../gitops-deploy/manifests.yaml
helm template -s templates/image-puller/daemonset-continuous.yaml --release-name veda-sandbox-hub . -f new-values.yaml > ../gitops-deploy/manifests.yaml
# QC check in CI/CD runner
cat ../gitops-deploy/manifests.yaml
Expand Down

0 comments on commit 645d1c0

Please sign in to comment.