mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
fix strategy placement in chart
This commit is contained in:
@@ -8,9 +8,9 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/component: "{{ .Release.Name }}-server"
|
app.kubernetes.io/component: "{{ .Release.Name }}-server"
|
||||||
|
strategy:
|
||||||
|
type: "{{ .Values.server.strategy }}"
|
||||||
template:
|
template:
|
||||||
strategy:
|
|
||||||
type: "{{ .Values.server.strategy }}"
|
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
{{- with .Values.server.annotations }}
|
{{- with .Values.server.annotations }}
|
||||||
|
|||||||
Reference in New Issue
Block a user