🐛(tilt) enable Keycloak in DINUM Tilt stack configuration

Fix missing Keycloak service in tilt-dinum stack. Error went unnoticed
when switching from tilt-keycloak due to pods not being cleaned between
stack changes.
This commit is contained in:
lebaudantoine
2025-07-08 14:34:54 +02:00
committed by aleb_the_flash
parent 9c28e1b266
commit dfbcbed485

View File

@@ -36,7 +36,7 @@ releases:
autoGenerated: true
- name: keycloak
installed: {{ eq .Environment.Name "dev-keycloak" | toYaml }}
installed: {{ or (eq .Environment.Name "dev-keycloak") (eq .Environment.Name "dev-dinum") | toYaml }}
missingFileHandler: Warn
namespace: {{ .Namespace }}
chart: bitnami/keycloak