Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Errant space in deployment.yaml
Browse files Browse the repository at this point in the history
pauloconnor committed Mar 29, 2024
1 parent 974bcbb commit afc74b3
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
@@ -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 }}

0 comments on commit afc74b3

Please sign in to comment.