diff --git a/values.template.yaml b/values.template.yaml
index 407497bea1cd68031f94f5536384db737e301eae..ad47b876d7750997d57f86ea54e4abfc9992421e 100644
--- a/values.template.yaml
+++ b/values.template.yaml
@@ -16,9 +16,6 @@ hub:
       client_secret: $CILOGON_SECRET
       oauth_callback_url: https://csusb-hpc.nrp-nautilus.io/hub/oauth_callback
       username_claim: "email"
-    JupyterHub:
-      admin_access: true
-      authenticator_class: cilogon
       admin_users: ["dvu@csusb.edu", "000065181@csusb.edu", "youngsu.kim@csusb.edu", "006501270@csusb.edu"]
       allowed_users:
         - 000065181@csusb.edu
@@ -30,6 +27,10 @@ hub:
         - 003087200@csusb.edu
         - 000030081@csusb.edu
         - dmishin@ucsd.edu
+    JupyterHub:
+      admin_access: true
+      authenticator_class: cilogon
+
   extraConfig:
     templates: |
       c.JupyterHub.template_paths = ['/etc/jupyterhub/custom']