We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29e6e9 commit 063a0efCopy full SHA for 063a0ef
1 file changed
charts/devtron/templates/migrator.yaml
@@ -75,10 +75,10 @@ spec:
75
securityContext:
76
{{- toYaml $.Values.global.containerSecurityContext | nindent 12 }}
77
{{- end }}
78
- {{- if .casbin }}
79
- {{- if .casbin.initContainer.resources }}
+ {{- if .finops }}
+ {{- if .finops.initContainer.resources }}
80
resources:
81
-{{- toYaml .casbin.initContainer.resources | nindent 12 }}
+{{- toYaml .finops.initContainer.resources | nindent 12 }}
82
83
84
name: postgresql-migrate-finops
0 commit comments