mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-11-26 14:55:06 +00:00
* thirdparties replaced with latest bitnami charts * migration values example for persistence, dev-local example for thirdparties * removing hardcoded passwords * changing storage classes to mimic what minikube has * fixing missing folder * fixing PR comments, fixing testing build * forgot to fix the namespace in the testing build * fixing path issues * fixing another path issue * fixing build issues * improving namespace support * fixing cleanup task * fixing yaml files * further yaml formatting * Update README.md * Update testing.yml Co-authored-by: Gleb Boushev <4c74356b41@outlook.com> Co-authored-by: Leonid Mirsky <leonid@opsfleet.com>
10 lines
418 B
Smarty
10 lines
418 B
Smarty
{{- define "common.namespace" -}}
|
|
{{- .Release.Namespace -}}
|
|
{{- end -}}
|
|
|
|
{{- define "common.env" -}}
|
|
- name: {{ .Values.env.ssc_url }}
|
|
value: "{{ .Values.env.protocol }}://{{ .Release.Name }}-{{ .Values.env.ssc.service }}:{{ .Values.env.ssc.port}}"
|
|
- name: {{ .Values.env.prov_url }}
|
|
value: "{{ .Values.env.protocol }}://{{ .Release.Name }}-{{ .Values.env.prov.service }}:{{ .Values.env.prov.port}}"
|
|
{{- end -}} |