diff --git a/deploy-templates/README.md b/deploy-templates/README.md index 95c2f0e48..5d0bca4bd 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -84,7 +84,7 @@ A Helm chart for EDP Install | sso.admins | list | `["stub_user_one@example.com"]` | Administrators of your tenant. | | sso.affinity | object | `{}` | Affinity settings for pod assignment | | sso.developers | list | `["stub_user_one@example.com","stub_user_two@example.com"]` | Developers of your tenant | -| sso.enabled | bool | `true` | Install OAuth2-proxy and Keycloak CRs as a part of EDP deployment. | +| sso.enabled | bool | `false` | Install OAuth2-proxy and Keycloak CRs as a part of EDP deployment. | | sso.existingSecret.secretKey | string | `"cookie-secret"` | Secret key which stores cookie-secret | | sso.existingSecret.secretName | string | `"oauth2-proxy-cookie-secret"` | Secret name which stores cookie-secret | | sso.extraArgs | object | `{}` | Extra arguments to provide to the OAuth2-proxy | diff --git a/deploy-templates/values.yaml b/deploy-templates/values.yaml index 6f0bb2df4..0075dbf57 100644 --- a/deploy-templates/values.yaml +++ b/deploy-templates/values.yaml @@ -454,7 +454,7 @@ edp-tekton: # - https://github.com/epam/edp-keycloak-operator sso: # -- Install OAuth2-proxy and Keycloak CRs as a part of EDP deployment. - enabled: true + enabled: false # -- Defines Keycloak realm name that is used as the Identity Provider (IdP) realm realmName: "broker" # -- Keycloak URL.