Skip to content

Commit

Permalink
Fix indentation of securityContext block (#19824)
Browse files Browse the repository at this point in the history
  • Loading branch information
proprefenetre committed Dec 2, 2022
1 parent e532d7b commit f3d4830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte-bootloader/templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
{{- toYaml .Values.extraVolumeMounts | nindent 8 }}
{{- end }}
{{- if .Values.containerSecurityContext }}
securityContext: {{- toYaml .Values.containerSecurityContext | nindent 8 }}
securityContext: {{- toYaml .Values.containerSecurityContext | nindent 8 }}
{{- end }}
{{- if .Values.extraContainers }}
{{ toYaml .Values.extraContainers | nindent 4 }}
Expand Down

0 comments on commit f3d4830

Please sign in to comment.