We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdab0c commit e438116Copy full SHA for e438116
charts/adhoc-odoo/v0.2.9/templates/deployment.yaml
@@ -90,6 +90,15 @@ spec:
90
valueFrom:
91
fieldRef:
92
fieldPath: metadata.name
93
+ {{/* Dynamic Entrypoint */}}
94
+ {{- if .Values.odoo.entrypoint.repos }}
95
+ - name: REPOS_YAML
96
+ value: {{ .Values.odoo.entrypoint.repos | quote }}
97
+ {{- end }}
98
+ {{- if .Values.odoo.entrypoint.custom }}
99
+ - name: CUSTOM_CONFIG
100
+ value: {{ .Values.odoo.entrypoint.custom | quote }}
101
102
{{- range $key, $value := .Values.odoo.extraEnvVars }}
103
- name: {{ $key }}
104
value: {{ $value | quote }}
0 commit comments