Skip to content

Commit 3a5b123

Browse files
committed
fix(router): remove drycc-router
1 parent 8d126e9 commit 3a5b123

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/workflow/requirements.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

charts/workflow/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

7982
s3:

0 commit comments

Comments
 (0)