mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
fix strategy placement in chart
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user