diff --git a/chart/values.yaml b/chart/values.yaml
index 03f83d3baec0224534a905a2173fc546deb8666e..f3f8592a91b194372d6df44756b954493c7e23a5 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -55,11 +55,11 @@ sso:
     # -- Keycloak realm containing clients
     realm: baby-yoda
 
-  # -- Keycloak's certificate authority (unencoded) used by authservice to support SSO for various packages
-  certificate_authority: ''
+  # -- Keycloak's certificate authority (PEM Format). Entered using chomp modifier (see chart/dev-sso-values.yaml for example). Used by authservice to support SSO for various packages
+  certificate_authority: ""
 
-  # -- Keycloak realm's json web key uri, obtained through https://<keycloak-server>/auth/realms/<realm>/.well-known/openid-configuration
-  jwks: ""
+  # -- Keycloak realm's json web key output, obtained at https://<keycloak-server>/auth/realms/<realm>/protocol/openid-connect/certs
+  jwks: ''
 
   # -- OIDC client ID used for packages authenticated through authservice
   client_id: ""