Skip to content

Commit b81182d

Browse files
committed
CH-122 fix stage template
1 parent 4af9012 commit b81182d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment-configuration/codefresh-template-stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
working_directory: .
3131
commands:
3232
- bash cloud-harness/install.sh
33-
- harness-deployment . cloud-harness -t $INCLUDE -n ${{NAMESPACE}} -t ${{DEPLOYMENT_TAG}} -d ${{DOMAIN}} -r ${{REGISTRY}} -rs ${{REGISTRY_SECRET}} -e $ENV -N
33+
- harness-deployment $PATHS -t ${{DEPLOYMENT_TAG}} -d ${{DOMAIN}} -r ${{REGISTRY}} -rs ${{REGISTRY_SECRET}} -n ${{NAMESPACE}} -e $ENV $PARAMS
3434
prepare_deployment_view:
3535
commands:
3636
- 'helm template ./deployment/helm --debug -n ${{NAMESPACE}}'

0 commit comments

Comments
 (0)