fix(minio): delete Keycloak client on uninstall

This commit is contained in:
Masaki Yatsu
2025-09-19 11:10:43 +09:00
parent 3873df7b69
commit 8499e52892

View File

@@ -111,6 +111,7 @@ install:
uninstall:
helm uninstall minio -n ${MINIO_NAMESPACE} --wait --ignore-not-found
kubectl delete namespace ${MINIO_NAMESPACE} --ignore-not-found
just keycloak::delete-client ${KEYCLOAK_REALM} ${MINIO_OIDC_CLIENT_ID}
# List MinIO internal policies and users (for debugging)
debug-info: