common.yaml 755 B

1234567891011121314151617
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{- include "collabora.migration" $ -}}
  3. {{/* Merge the templates with Values */}}
  4. {{- $_ := mustMergeOverwrite .Values (include "collabora.configuration" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "collabora.workload" $ | fromYaml) -}}
  6. {{- if .Values.collaboraNetwork.certificateID -}}
  7. {{- $_ := mustMergeOverwrite .Values (include "nginx.workload" $ | fromYaml) -}}
  8. {{- end }}
  9. {{- $_ := mustMergeOverwrite .Values (include "collabora.service" $ | fromYaml) -}}
  10. {{- $_ := mustMergeOverwrite .Values (include "collabora.persistence" $ | fromYaml) -}}
  11. {{/* Create the configmap for portal manually*/}}
  12. {{- include "collabora.portal" $ -}}
  13. {{- include "ix.v1.common.loader.apply" . -}}