Skip to content

Commit

Permalink
Delete pod before restart (#26)
Browse files Browse the repository at this point in the history
* delete pod before restart

* fix test
  • Loading branch information
ssz1997 authored Jun 8, 2023
1 parent 8d34c96 commit a10d75b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/charts/alluxio/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
role: {{ $workerRoleName }}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions tests/helm/expectedTemplates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
release: dummy
heritage: Helm
role: alluxio-worker
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down

0 comments on commit a10d75b

Please sign in to comment.