@@ -69,15 +69,33 @@ persistence:
6969 storageClass : " "
7070 volumeName : " "
7171
72- ingressClass : " "
73- # A domain name consists of one or more parts.
74- # Periods (.) are used to separate these parts.
75- # Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
76- # It must start and end with a lowercase letter or digit.
77- clusterDomain : " cluster.local"
78- # The public resolvable hostname to build your cluster with.
79- #
80- # This will be the hostname that is used to build endpoints such as "drycc-helmbroker.$HOSTNAME"
81- platformDomain : " "
82- # Whether cert_manager is enabled to automatically generate helmbroker certificates
83- certManagerEnabled : true
72+ global :
73+ # Set the location of Workflow's rabbitmq instance
74+ # Valid values are:
75+ # - on-cluster: Run Rabbitmq within the Kubernetes cluster
76+ # - off-cluster: Run Rabbitmq outside the Kubernetes cluster (configure in controller section)
77+ rabbitmqLocation : " on-cluster"
78+ # Enable usage of RBAC authorization mode
79+ #
80+ # Valid values are:
81+ # - true: all RBAC-related manifests will be installed (in case your cluster supports RBAC)
82+ # - false: no RBAC-related manifests will be installed
83+ rbac : true
84+ # Please check `kubernetes.io/ingress.class`
85+ # The cert-manager component must be installed
86+ # If you want to use HTTPSEnforced or allowlist functions, you must specify:
87+ # - nginx
88+ # - traefik
89+ # Only the above options have been supported so far
90+ ingressClass : " "
91+ # A domain name consists of one or more parts.
92+ # Periods (.) are used to separate these parts.
93+ # Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
94+ # It must start and end with a lowercase letter or digit.
95+ clusterDomain : " cluster.local"
96+ # The public resolvable hostname to build your cluster with.
97+ #
98+ # This will be the hostname that is used to build endpoints such as "drycc-helmbroker.$HOSTNAME"
99+ platformDomain : " "
100+ # Whether cert_manager is enabled to automatically generate helmbroker certificates
101+ certManagerEnabled : true
0 commit comments