Skip to content

Commit

Permalink
Remove errant whitespace from deployment.yaml (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabriel27 authored Mar 29, 2024
1 parent 37e78e5 commit 974bcbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -76,7 +76,7 @@ spec:
- name: AERAKI_XDS_ADDR
value: {{ .Values.AERAKI_ENV.AERAKI_XDS_ADDR }}
- name: AERAKI_XDS_PORT
value: { { .Values.AERAKI_ENV.AERAKI_XDS_PORT } }
value: {{ .Values.AERAKI_ENV.AERAKI_XDS_PORT }}
- name: AERAKI_LOG_LEVEL
value: {{ .Values.AERAKI_ENV.AERAKI_LOG_LEVEL }}
- name: AERAKI_NAMESPACE
Expand Down Expand Up @@ -107,4 +107,4 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 974bcbb

Please sign in to comment.