Skip to content

Commit 367d5e8

Browse files
author
Vaughn Dice
authored
Merge pull request #1255 from mboersma/default-admin-only-registration
fix(charts): default registration mode to "admin_only"
2 parents 934d68d + bfadce8 commit 367d5e8

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)