Template the ingressClassName field in Ingress resource

This commit is contained in:
M. Mert Yildiran
2023-06-27 03:25:58 +03:00
parent aeda024986
commit f32a7d97ec
3 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ metadata:
name: kubeshark-ingress
namespace: {{ .Values.tap.selfnamespace }}
spec:
ingressClassName: kubeshark-ingress-class
ingressClassName: {{ .Values.tap.ingress.className }}
rules:
- host: {{ .Values.tap.ingress.host }}
http:

View File

@@ -45,6 +45,7 @@ tap:
nodeselectorterms: []
ingress:
enabled: false
className: kubeshark-ingress-class
host: ks.svc.cluster.local
tls: []
auth: