We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9012 commit b81182dCopy full SHA for b81182d
1 file changed
deployment-configuration/codefresh-template-stage.yaml
@@ -30,7 +30,7 @@ steps:
30
working_directory: .
31
commands:
32
- 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
+ - harness-deployment $PATHS -t ${{DEPLOYMENT_TAG}} -d ${{DOMAIN}} -r ${{REGISTRY}} -rs ${{REGISTRY_SECRET}} -n ${{NAMESPACE}} -e $ENV $PARAMS
34
prepare_deployment_view:
35
36
- 'helm template ./deployment/helm --debug -n ${{NAMESPACE}}'
0 commit comments