File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ dependencies:
4444 - name : registry-token-refresher
4545 version : <registry-token-refresher-tag>
4646 repository : https://charts.drycc.cc/stable/registry-token-refresher
47- - name : router
48- version : <router-tag>
49- repository : https://charts.drycc.cc/stable/router
5047 - name : workflow-manager
5148 version : <workflow-manager-tag>
5249 repository : https://charts.drycc.cc/stable/workflow-manager
Original file line number Diff line number Diff line change @@ -71,9 +71,12 @@ global:
7171 # - true: all RBAC-related manifests will be installed (in case your cluster supports RBAC)
7272 # - false: no RBAC-related manifests will be installed
7373 use_rbac : true
74- # Use the default ingress of kubernetes, if not set
7574 # Please check `kubernetes.io/ingress.class`
7675 # The cert-manager component must be installed
76+ # If you want to use HTTPSEnforced or whitelist functions, you must specify:
77+ # - nginx
78+ # - traefik
79+ # Only the above options have been supported so far
7780 ingress_class : " "
7881
7982s3 :
You can’t perform that action at this time.
0 commit comments