Files
chart/library/ix-dev/community/whoogle/templates/common.yaml
Stavros Kois 73e5e3b40c Add whoogle to community train (#1654)
* initial commit

* add chart and item yaml

* add strategy

* add templates

* fix tag

* rofs false

* change user

* fix user

* hmm

* whops

* fix

* update readme

* update questions

* typo

* update readme
2023-10-23 17:30:01 +03:00

12 lines
472 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "whoogle.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "whoogle.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "whoogle.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "whoogle.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}