mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(k8s-ycl): Add Helm chart (#165)
This commit is contained in:
parent
1e238f9ff8
commit
2f5cfc139f
12 changed files with 270 additions and 21 deletions
23
charts/apps/k8s-ycl/templates/_helpers.tpl
Normal file
23
charts/apps/k8s-ycl/templates/_helpers.tpl
Normal file
|
@ -0,0 +1,23 @@
|
|||
{{- define "k8s-ycl.webhookPort" -}}
|
||||
9443
|
||||
{{- end -}}
|
||||
|
||||
{{- define "k8s-ycl.webhookPath" -}}
|
||||
/mutate--v1-pod
|
||||
{{- end -}}
|
||||
|
||||
{{- define "k8s-ycl.selfSignedIssuer" -}}
|
||||
{{ printf "%s-webhook-selfsign" (include "bjw-s.common.lib.chart.names.fullname" .) }}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "k8s-ycl.rootCAIssuer" -}}
|
||||
{{ printf "%s-webhook-ca" (include "bjw-s.common.lib.chart.names.fullname" .) }}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "k8s-ycl.rootCACertificate" -}}
|
||||
{{ printf "%s-webhook-ca" (include "bjw-s.common.lib.chart.names.fullname" .) }}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "k8s-ycl.servingCertificate" -}}
|
||||
{{ printf "%s-webhook-tls" (include "bjw-s.common.lib.chart.names.fullname" .) }}
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue