Skip to content

Commit bfadce8

Browse files
committed
fix(charts): default registration mode to "admin_only"
1 parent 934d68d commit bfadce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deploy_hook_urls: ""
1111
# enabled - allows for open registration
1212
# disabled - turns off open registration
1313
# admin_only - allows for registration by an admin only.
14-
registration_mode: "enabled"
14+
registration_mode: "admin_only"
1515
# Option to disable ssl verification to connect to k8s api server
1616
k8s_api_verify_tls: "true"
1717

0 commit comments

Comments
 (0)