Skip to content

Commit

Permalink
updating indentation for pre upgrade job resources
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 committed Feb 9, 2024
1 parent 7abf915 commit 9bca055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "2.3.2"
version: "2.3.3"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.28.x-x
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
echo 'waiting for pods to go down...' && sleep 5;
done
{{- with .Values.containerSecurityContext }}
securityContext: {{ toYaml . | nindent 10 }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.upgradeJob.resources }}
resources: {{- toYaml . | nindent 10 }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
- name: wait-for-db
image: {{ .Values.image }}
Expand All @@ -82,10 +82,10 @@ spec:
sleep 10
done
{{- with .Values.containerSecurityContext }}
securityContext: {{ toYaml . | nindent 10 }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.upgradeJob.resources }}
resources: {{- toYaml . | nindent 10 }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
containers:
{{- if .Values.cloudsql.enabled }}
Expand Down

0 comments on commit 9bca055

Please sign in to comment.