mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 09:17:18 +00:00
Merge "Heat: Make it optional to use log_config_append option"
This commit is contained in:
@@ -70,10 +70,12 @@ spec:
|
||||
mountPath: /etc/heat/heat.conf
|
||||
subPath: heat.conf
|
||||
readOnly: true
|
||||
{{ if .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
- name: heat-etc
|
||||
mountPath: {{ .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
subPath: {{ base .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
{{ if $mounts_heat_engine_cleaner.volumeMounts }}{{ toYaml $mounts_heat_engine_cleaner.volumeMounts | indent 14 }}{{ end }}
|
||||
volumes:
|
||||
- name: etcheat
|
||||
|
||||
@@ -68,10 +68,12 @@ spec:
|
||||
mountPath: /etc/heat/heat.conf
|
||||
subPath: heat.conf
|
||||
readOnly: true
|
||||
{{ if .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
- name: heat-etc
|
||||
mountPath: {{ .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
subPath: {{ base .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
{{ if $mounts_heat_purge_deleted.volumeMounts }}{{ toYaml $mounts_heat_purge_deleted.volumeMounts | indent 14 }}{{ end }}
|
||||
volumes:
|
||||
- name: etcheat
|
||||
|
||||
@@ -90,10 +90,12 @@ spec:
|
||||
mountPath: /etc/heat/heat.conf
|
||||
subPath: heat.conf
|
||||
readOnly: true
|
||||
{{ if .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
- name: heat-etc
|
||||
mountPath: {{ .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
subPath: {{ base .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
- name: heat-etc
|
||||
mountPath: /etc/heat/api-paste.ini
|
||||
subPath: api-paste.ini
|
||||
|
||||
@@ -90,10 +90,12 @@ spec:
|
||||
mountPath: /etc/heat/heat.conf
|
||||
subPath: heat.conf
|
||||
readOnly: true
|
||||
{{ if .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
- name: heat-etc
|
||||
mountPath: {{ .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
subPath: {{ base .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
- name: heat-etc
|
||||
mountPath: /etc/heat/api-paste.ini
|
||||
subPath: api-paste.ini
|
||||
|
||||
@@ -86,10 +86,12 @@ spec:
|
||||
mountPath: /etc/heat/heat.conf
|
||||
subPath: heat.conf
|
||||
readOnly: true
|
||||
{{ if .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
- name: heat-etc
|
||||
mountPath: {{ .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
subPath: {{ base .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
- name: heat-etc
|
||||
mountPath: /etc/heat/api-paste.ini
|
||||
subPath: api-paste.ini
|
||||
|
||||
@@ -88,10 +88,12 @@ spec:
|
||||
mountPath: /etc/heat/heat.conf
|
||||
subPath: heat.conf
|
||||
readOnly: true
|
||||
{{ if .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
- name: heat-etc
|
||||
mountPath: {{ .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
subPath: {{ base .Values.conf.heat.DEFAULT.log_config_append }}
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
- name: heat-etc
|
||||
mountPath: /etc/heat/policy.json
|
||||
subPath: policy.json
|
||||
|
||||
Reference in New Issue
Block a user