diff --git a/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/cache.yaml b/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/cache.yaml index 5bf5bfbe0b84..752cc0f9f664 100644 --- a/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/cache.yaml +++ b/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/cache.yaml @@ -148,6 +148,8 @@ spec: matchLabels: app: cache-deployer app.kubernetes.io/name: {{ .Release.Name }} + strategy: + type: Recreate template: metadata: labels: diff --git a/manifests/kustomize/base/cache-deployer/cache-deployer-deployment.yaml b/manifests/kustomize/base/cache-deployer/cache-deployer-deployment.yaml index ee612eb6485c..ab7276b80fdd 100644 --- a/manifests/kustomize/base/cache-deployer/cache-deployer-deployment.yaml +++ b/manifests/kustomize/base/cache-deployer/cache-deployer-deployment.yaml @@ -9,6 +9,8 @@ spec: selector: matchLabels: app: cache-deployer + strategy: + type: Recreate template: metadata: labels: @@ -24,4 +26,4 @@ spec: fieldRef: fieldPath: metadata.namespace serviceAccountName: kubeflow-pipelines-cache-deployer-sa - restartPolicy: Always \ No newline at end of file + restartPolicy: Always