Skip to content

Commit d91f7dd

Browse files
Update template to add strategy replace deployment (#184)
1 parent 9b11cf8 commit d91f7dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkg/helm/prod-validator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ serviceAccount:
1919
#
2020
deployment:
2121
enabled: true
22+
strategy:
23+
type: Recreate
2224

2325
pv:
2426
enabled: true

pkg/helm/test-validator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ serviceAccount:
1919
#
2020
deployment:
2121
enabled: true
22+
strategy:
23+
type: Recreate
2224

2325
pv:
2426
enabled: true

0 commit comments

Comments
 (0)