Skip to content

Commit 8ef3c34

Browse files
authored
fix: Errant space in deployment.yaml (#417)
Signed-off-by: Paul O'Connor <[email protected]>
1 parent 2d27a8e commit 8ef3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/charts/aeraki/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
periodSeconds: 3
6161
timeoutSeconds: 5
6262
resources:
63-
{{ - toYaml .Values.resources | nindent 12 }}
63+
{{- toYaml .Values.resources | nindent 12 }}
6464
env:
6565
- name: AERAKI_IS_MASTER
6666
value: {{ .Values.AERAKI_ENV.AERAKI_IS_MASTER }}

0 commit comments

Comments
 (0)