Skip to content

Commit de23569

Browse files
committed
destroy tweaks
1 parent b23ae48 commit de23569

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

codefresh/destroy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
working_directory: /deploy/
2828
environment:
2929
- NAMESPACE=pr-${{CF_PULL_REQUEST_NUMBER}}-${{CF_REPO_NAME}}
30+
- RELEASE_NAME=${{CF_REPO_NAME}}
3031
commands:
3132
- "apk add kubectl@cloudposse helm@cloudposse=3.1.3-r0 helmfile@cloudposse"
3233
- "kubectl config use-context ${{KUBE_CONTEXT}}"

codefresh/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
- cf_export CHART_NAME=monochart
3030
- cf_export PIPELINE_ENV=integration
3131
- cf_export NAMESPACE=pr-${{CF_PULL_REQUEST_NUMBER}}-${{CF_REPO_NAME}}
32-
- cf_export RELEASE_NAME=pr-${{CF_PULL_REQUEST_NUMBER}}-${{CF_REPO_NAME}}
32+
- cf_export RELEASE_NAME=${{CF_REPO_NAME}}
3333
- cf_export APP_SCHEME=http
3434
- cf_export APP_HOST=pr-${{CF_PULL_REQUEST_NUMBER}}.${{CF_REPO_NAME}}.${{BASE_HOST}}
3535
- cf_export IMAGE_NAME=${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}

0 commit comments

Comments
 (0)