Skip to content

Commit

Permalink
Add customized preview namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pomodroizer committed Jul 20, 2020
1 parent 502d5f8 commit 5e66fb1
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions charts/preview/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

cleanup:
Annotations:
helm.sh/hook: pre-delete
helm.sh/hook-delete-policy: hook-succeeded
Args:
- --cleanup
expose:
Annotations:
helm.sh/hook: post-install,post-upgrade
Expand All @@ -7,16 +12,9 @@ expose:
exposer: Ingress
http: true
tlsacme: false

cleanup:
Args:
- --cleanup
Annotations:
helm.sh/hook: pre-delete
helm.sh/hook-delete-policy: hook-succeeded

preview:
image:
repository:
tag:
pullPolicy: IfNotPresent
pullPolicy: IfNotPresent
repository: null
tag: null
namespace: jx-previews

0 comments on commit 5e66fb1

Please sign in to comment.