From 9bc360d10f89d3934cc2e8e24e58041079dbd6e3 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Wed, 31 May 2023 09:09:22 -0400 Subject: [PATCH] :bug: Create pgsql resources regardless of app profile Signed-off-by: Jason Montleon --- roles/tackle/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/tackle/tasks/main.yml b/roles/tackle/tasks/main.yml index 984eb8a..e6c1306 100644 --- a/roles/tackle/tasks/main.yml +++ b/roles/tackle/tasks/main.yml @@ -91,7 +91,6 @@ - when: - feature_auth_required|bool - feature_auth_type == "keycloak" - - app_profile == "konveyor" block: - name: "Setup Keycloak PostgreSQL PersistentVolumeClaim" k8s: