fix strategy placement in chart

This commit is contained in:
Mercwri
2024-01-26 22:18:42 -05:00
committed by GitHub
parent 5428c326f3
commit 18e558fb00

View File

@@ -8,9 +8,9 @@ spec:
selector:
matchLabels:
app.kubernetes.io/component: "{{ .Release.Name }}-server"
strategy:
type: "{{ .Values.server.strategy }}"
template:
strategy:
type: "{{ .Values.server.strategy }}"
metadata:
annotations:
{{- with .Values.server.annotations }}