common.yaml 690 B

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