Skip to content

Commit

Permalink
Fix system update extra envs indent (acryldata#445)
Browse files Browse the repository at this point in the history
* fix(system-update): extraEnvs indent
  • Loading branch information
david-leifker authored Mar 27, 2024
1 parent 6888a49 commit 90e7500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for LinkedIn DataHub
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.4.0
version: 0.4.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.13.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ spec:
value: {{ . | quote }}
{{- end }}
{{- with .Values.datahubSystemUpdate.extraEnvs }}
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 10 }}
{{- end }}
securityContext:
{{- toYaml .Values.datahubSystemUpdate.securityContext | nindent 12 }}
Expand Down

0 comments on commit 90e7500

Please sign in to comment.