export function getIsConfigMapInUse(
  configMap: ConfigMap,
  applications: Application[]
) {
  return applications.some((app) => {