diff --git a/manifests/charts/aeraki/templates/deployment.yaml b/manifests/charts/aeraki/templates/deployment.yaml index 026f9a28..afbc598c 100644 --- a/manifests/charts/aeraki/templates/deployment.yaml +++ b/manifests/charts/aeraki/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: periodSeconds: 3 timeoutSeconds: 5 resources: - {{ - toYaml .Values.resources | nindent 12 }} + {{- toYaml .Values.resources | nindent 12 }} env: - name: AERAKI_IS_MASTER value: {{ .Values.AERAKI_ENV.AERAKI_IS_MASTER }}