Skip to content

Commit e70f9bf

Browse files
committed
Fix(chart): Fix description of fields
1 parent 0cd32f9 commit e70f9bf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

deployment/chainloop/charts/dex/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ dex:
683683
##
684684
enabled: false
685685
## @param controlplane.httpRoute.tls Indicate if tls is active for this route
686+
##
686687
tls: false
687688
## @param dex.httpRoute.annotations Additional annotations for the HTTPRoute resource
688689
##

deployment/chainloop/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,11 @@ controlplane:
608608
## @param controlplane.httpRoute.enabled Enable HTTPRoute generation for controlplane
609609
##
610610
enabled: false
611-
## @param controlplane.httpRoute.annotations Additional annotations for the HTTPRoute resource
612-
##
613611
## @param controlplane.httpRoute.tls Indicate if tls is active for this route
612+
##
614613
tls: false
614+
## @param controlplane.httpRoute.annotations Additional annotations for the HTTPRoute resource
615+
##
615616
annotations: {}
616617
## @param controlplane.httpRoute.labels Additional labels for the HTTPRoute resource
617618
##
@@ -1413,6 +1414,7 @@ cas:
14131414
##
14141415
enabled: false
14151416
## @param cas.httpRoute.tls Indicate if tls is active for this route
1417+
##
14161418
tls: false
14171419
## @param cas.httpRoute.annotations Additional annotations for the HTTPRoute resource
14181420
##
@@ -1916,6 +1918,7 @@ dex:
19161918
redirectURL: http(s)://[controlplane http ingress]/auth/callback
19171919
httpRoute:
19181920
enabled: false
1921+
tls: false
19191922
hostnames:
19201923
- dex.[domain]
19211924
parentRefs: []

0 commit comments

Comments
 (0)