Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sofuture committed Dec 16, 2024
1 parent 0689132 commit 4552dbc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
spec:
{{- if .Values.siteController.deployment.extraVolumes }}
volumes:
{{ toYaml .Values.siteController.deployment.extraVolumes | indent 8 }}
{{- toYaml .Values.siteController.deployment.extraVolumes | nindent 8 }}
{{- end }}
{{- if .Values.siteController.deployment.initContainers }}
initContainers:
{{- toYaml .Values.siteController.deployment.initContainers | indent 8 }}
{{ toYaml .Values.siteController.deployment.initContainers | nindent 8 }}
{{- end }}
containers:
- name: site-controller
Expand All @@ -52,7 +52,7 @@ spec:
optional: true
{{- if .Values.siteController.deployment.extraVolumeMounts }}
volumeMounts:
{{ toYaml .Values.siteController.deployment.extraVolumeMounts | indent 12 }}
{{- toYaml .Values.siteController.deployment.extraVolumeMounts | nindent 12 }}
{{- end }}
env:
- name: FOXGLOVE_API_URL
Expand Down

0 comments on commit 4552dbc

Please sign in to comment.