File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -305,10 +305,10 @@ ingress:
305305 - path : ' {{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/'
306306 pathType : Prefix
307307 # TLS configuration
308- tls :
309- - hosts :
310- - keycloak.example.com
311- secretName : " "
308+ tls : []
309+ # - hosts:
310+ # - keycloak.example.com
311+ # secretName: ""
312312
313313 # ingress for console only (/auth/admin)
314314 console :
@@ -330,9 +330,9 @@ ingress:
330330
331331 # Console TLS configuration
332332 tls : []
333- # - hosts:
334- # - console.keycloak.example.com
335- # secretName: ""
333+ # - hosts:
334+ # - console.keycloak.example.com
335+ # secretName: ""
336336
337337# # Network policy configuration
338338# https://kubernetes.io/docs/concepts/services-networking/network-policies/
You can’t perform that action at this time.
0 commit comments