Skip to content

Commit b23ae48

Browse files
committed
cannot create namespace with helm 3.1.3
1 parent d247c5e commit b23ae48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

codefresh/destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
validatePRAction: "'${{CF_PULL_REQUEST_ACTION}}' == 'closed'"
2222

2323
destroy:
24-
title: Destroy namespace
24+
title: Destroy Preview Environment
2525
stage: Destroy
2626
image: "${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}:${{CF_REVISION}}"
2727
working_directory: /deploy/

deploy/releases/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ releases:
1717
wait: true
1818
force: true
1919
recreatePods: false
20-
createNamespace: true
2120
values:
2221
- fullnameOverride: "example-{{ requiredEnv "COLOR" }}"
2322
image:

0 commit comments

Comments
 (0)