fix: karmada-agent helm template strategy indentation

Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
Amir Alavi 2022-12-27 10:35:29 -05:00
parent 24c81c3dd4
commit 6436c55cdc
No known key found for this signature in database
GPG Key ID: D6CE9B89BD598BEE
1 changed files with 1 additions and 2 deletions

View File

@ -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: