Skip to content

Commit

Permalink
feat: support for custom rbd-app-ui environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
zzzhangqi committed Dec 4, 2024
1 parent 610081a commit fd5b02a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/rbdcomponent_helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ items:
env:
- name: DB_TYPE
value: mysql
{{- if .Values.Component.rbd_app_ui.env }}
{{ toYaml .Values.Component.rbd_app_ui.env | indent 4 }}
{{- end }}
image: {{ .Values.Cluster.rainbondImageRepository }}/rainbond:{{ .Values.Cluster.installVersion }}
imagePullPolicy: {{ .Values.Cluster.imagePullPolicy }}
replicas: 1
Expand Down

0 comments on commit fd5b02a

Please sign in to comment.