From 96cee44a0b463aebebf0e5060086609ebae89d1b Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 30 Mar 2021 22:57:00 +0200 Subject: [PATCH] Dont install SSO by default/in pipeline --- ansible/group_vars/all/settings.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/settings.yml.example b/ansible/group_vars/all/settings.yml.example index 5d9c8e9b6..b4797befa 100644 --- a/ansible/group_vars/all/settings.yml.example +++ b/ansible/group_vars/all/settings.yml.example @@ -91,7 +91,7 @@ enabled_applications: - 'metallb' - 'ingress' - 'local-path-provisioner' - - 'single-sign-on' + # - 'single-sign-on' # The backup system Velero is disabled by default, see settings under `backup` above. # - 'velero' # -- GitLab