Skip to content

Commit c3245ce

Browse files
committed
Add updateStrategy to helmrelease.yaml for controlled deployment behavior
1 parent ec237aa commit c3245ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clusters/common/apps/harbor/app/helmrelease.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
name: harbor
1515
namespace: flux-system
1616
values:
17+
updateStrategy:
18+
type: Recreate
1719
harborAdminPassword: "${DEFAULT_PASSWORD}"
1820
externalURL: https://${LOCATION}-harbor.keiretsu.ts.net
1921
expose:

0 commit comments

Comments
 (0)