We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974862 commit 0716fc5Copy full SHA for 0716fc5
codefresh/deploy.yaml
@@ -37,7 +37,7 @@ steps:
37
commands:
38
# Announce the release version
39
- "echo 'Preparing to deploy ${{CF_REPO_NAME}}:${{CF_RELEASE_TAG}}'"
40
- - "apk add --update curl make bash git kubectl@cloudposse helm@cloudposse=3.1.3-r0 helmfile@cloudposse
+ - "apk add --update curl make bash git kubectl@cloudposse helm@cloudposse=3.1.3-r0 helmfile@cloudposse"
41
- "kubectl config use-context ${{KUBE_CONTEXT}}"
42
# Deploy chart to cluster in a dedicated namespace
43
- "helmfile --namespace ${{NAMESPACE}} --selector preview=true sync"
0 commit comments