fix: karmada-agent helm template strategy indentation
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
parent
24c81c3dd4
commit
6436c55cdc
|
@ -57,7 +57,6 @@ stringData:
|
|||
name: {{ $name }}-apiserver
|
||||
current-context: {{ $name }}-apiserver
|
||||
---
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
@ -72,7 +71,7 @@ spec:
|
|||
{{- include "karmada.agent.labels" . | indent 6 }}
|
||||
{{- with .Values.agent.strategy }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue