fix(minio): delete Keycloak client on uninstall
This commit is contained in:
@@ -111,6 +111,7 @@ install:
|
|||||||
uninstall:
|
uninstall:
|
||||||
helm uninstall minio -n ${MINIO_NAMESPACE} --wait --ignore-not-found
|
helm uninstall minio -n ${MINIO_NAMESPACE} --wait --ignore-not-found
|
||||||
kubectl delete namespace ${MINIO_NAMESPACE} --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)
|
# List MinIO internal policies and users (for debugging)
|
||||||
debug-info:
|
debug-info:
|
||||||
|
|||||||
Reference in New Issue
Block a user