mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
feat(k8s-ycl): Restructure Helm helpers/includes
This commit is contained in:
parent
6c25f4c536
commit
0b59dfc14c
6 changed files with 79 additions and 81 deletions
|
@ -1,3 +1,10 @@
|
|||
{{- define "k8s-ycl.init" -}}
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "bjw-s.common.loader.init" . }}
|
||||
|
||||
{{- $_ := include "k8s-ycl.hardcodedValues" . | fromYaml | merge .Values -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "k8s-ycl.webhookPort" -}}
|
||||
9443
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue