Skip to content

Commit

Permalink
Change cache-deployer to strategy recreate (kubeflow#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and Jeffwan committed Dec 9, 2020
1 parent fe3500d commit 34eaabc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ spec:
matchLabels:
app: cache-deployer
app.kubernetes.io/name: {{ .Release.Name }}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
selector:
matchLabels:
app: cache-deployer
strategy:
type: Recreate
template:
metadata:
labels:
Expand All @@ -24,4 +26,4 @@ spec:
fieldRef:
fieldPath: metadata.namespace
serviceAccountName: kubeflow-pipelines-cache-deployer-sa
restartPolicy: Always
restartPolicy: Always

0 comments on commit 34eaabc

Please sign in to comment.