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 d247c5e commit b23ae48Copy full SHA for b23ae48
codefresh/destroy.yaml
@@ -21,7 +21,7 @@ steps:
21
validatePRAction: "'${{CF_PULL_REQUEST_ACTION}}' == 'closed'"
22
23
destroy:
24
- title: Destroy namespace
+ title: Destroy Preview Environment
25
stage: Destroy
26
image: "${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}:${{CF_REVISION}}"
27
working_directory: /deploy/
deploy/releases/app.yaml
@@ -17,7 +17,6 @@ releases:
17
wait: true
18
force: true
19
recreatePods: false
20
- createNamespace: true
values:
- fullnameOverride: "example-{{ requiredEnv "COLOR" }}"
image:
0 commit comments