Helm chart fixes: (#4539)

- Allow TLS and Host name to be specified in values.yaml
This commit is contained in:
Andrew Garrett
2023-06-06 05:37:27 +10:00
committed by GitHub
parent 0bd4f5ea61
commit 19fd0f7d5b
2 changed files with 7 additions and 1 deletions

View File

@@ -14,8 +14,11 @@ metadata:
{{ omit .Values.filer.ingress.annotations "kubernetes.io/ingress.class" | toYaml | nindent 4 }}
spec:
ingressClassName: {{ .Values.filer.ingress.className | quote }}
tls:
{{ .Values.filer.ingress.tls | default list | toYaml | nindent 6}}
rules:
- http:
- host: {{ .Values.filer.ingress.host }}
http:
paths:
- path: /sw-filer/?(.*)
pathType: ImplementationSpecific