common.yaml 468 B

1234567891011
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{/* Merge the templates with Values */}}
  3. {{- $_ := mustMergeOverwrite .Values (include "drawio.workload" $ | fromYaml) -}}
  4. {{- $_ := mustMergeOverwrite .Values (include "drawio.service" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "drawio.persistence" $ | fromYaml) -}}
  6. {{/* Create the configmap for portal manually*/}}
  7. {{- include "drawio.portal" $ -}}
  8. {{- include "ix.v1.common.loader.apply" . -}}