Skip to content

Commit

Permalink
fix: Errant space in deployment.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Paul O'Connor <[email protected]>
  • Loading branch information
pauloconnor committed Mar 29, 2024
1 parent 974bcbb commit fcdf569
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 fcdf569

Please sign in to comment.