Skip to content

Commit

Permalink
fix: Errant space in deployment.yaml (#417)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul O'Connor <465717+pauloconnor@users.noreply.github.com>
  • Loading branch information
pauloconnor committed Apr 2, 2024
1 parent 2d27a8e commit 8ef3c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/charts/aeraki/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8ef3c34

Please sign in to comment.