Merge "Heat: Make it optional to use log_config_append option"
This commit is contained in:
commit
a187084bdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user