From 6c622b15804a66062d8debd4929a57db90786306 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 6 Feb 2024 07:55:32 +0100 Subject: [PATCH] Remove TODO comment --- src/bin/keycloakify/keycloakify.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/keycloakify/keycloakify.ts b/src/bin/keycloakify/keycloakify.ts index d8c2ffda..69b2e256 100644 --- a/src/bin/keycloakify/keycloakify.ts +++ b/src/bin/keycloakify/keycloakify.ts @@ -84,8 +84,6 @@ export async function main() { ...(!buildOptions.doCreateJar ? [] : [`✅ Your keycloak theme has been generated and bundled into .${pathSep}${pathRelative(reactAppRootDirPath, jarFilePath)} 🚀`]), - //TODO: Restore when we find a good Helm chart for Keycloak. - //"Using Helm (https://github.com/codecentric/helm-charts), edit to reflect:", "", `To test your theme locally you can spin up a Keycloak ${containerKeycloakVersion} container image with the theme pre loaded by running:`, "",