Skip to content
Snippets Groups Projects
Verified Commit 0eb730d9 authored by Dominic Klinger's avatar Dominic Klinger
Browse files

Fix misplaced strategy

parent ad3ff33d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ metadata:
{{- include "mlflow.labels" . | nindent 4 }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
{{- include "mlflow.selectorLabels" . | nindent 6 }}
......@@ -27,8 +29,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
strategy:
type: Recreate
containers:
- name: {{ .Chart.Name }}-postgres
image: "{{ .Values.deployments.postgres.image.repository }}:{{ .Values.deployments.postgres.image.tag }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment