File tree Expand file tree Collapse file tree
charts/helmbroker/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 app : drycc-helmbroker-celery
2323 spec :
2424 serviceAccount : drycc-helmbroker
25+ {{- if .Values.global.common }}
26+ {{- include "common.affinity" (dict "key" "app" "values" (list "drycc-helmbroker-celery")) | indent 6 }}
27+ {{- end }}
2528 containers :
2629 - name : drycc-helmbroker-celery
2730 image : {{.Values.imageRegistry}}/{{.Values.imageOrg}}/helmbroker:{{.Values.imageTag}}
3336 {{- include "helmbroker.limits" . | indent 10 }}
3437 {{- include "helmbroker.envs" . | indent 10 }}
3538 {{- include "helmbroker.volumeMounts" . | indent 10 }}
36- {{- include "helmbroker.volumes" . | indent 6 }}
39+ {{- include "helmbroker.volumes" . | indent 6 }}
Original file line number Diff line number Diff line change 2121 labels :
2222 app : drycc-helmbroker
2323 spec :
24+ {{- if .Values.global.common }}
25+ {{- include "common.affinity" (dict "key" "app" "values" (list "drycc-helmbroker")) | indent 6 }}
26+ {{- end }}
2427 serviceAccount : drycc-helmbroker
2528 initContainers :
2629 - name : loader
5558 {{- include "helmbroker.limits" . | indent 10 }}
5659 {{- include "helmbroker.envs" . | indent 10 }}
5760 {{- include "helmbroker.volumeMounts" . | indent 10 }}
58- {{- include "helmbroker.volumes" . | indent 6 }}
61+ {{- include "helmbroker.volumes" . | indent 6 }}
You can’t perform that action at this time.
0 commit comments