Fix defiant helm command
This commit is contained in:
parent
d2d7d924a6
commit
1a9f3a56cc
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ defiant:deploy:
|
||||||
# Deploy using helm chart
|
# Deploy using helm chart
|
||||||
- cd ${DEFIANT_SRC}/chart
|
- cd ${DEFIANT_SRC}/chart
|
||||||
- mkdir -p manifests/
|
- mkdir -p manifests/
|
||||||
- helm template ./defiant/ --output-dir manifests/ --name defiant -f ./defiant/values.yaml
|
- helm template ./defiant/ --output-dir manifests/ --name defiant --set image.name=${DEFIANT_IMAGE} --set image.tag=${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA} -f ./defiant/values.yaml
|
||||||
- kubectl apply --namespace ${DEPLOY_NAMESPACE} --set image.name=${DEFIANT_IMAGE} --set image.tag=${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA} -R -f manifests/
|
- kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue