void call()

in upgrade-scripts/post-upgrade/one-time/RemoveUserSettingsServicePersistence.groovy [1:3]


void call() {
    sh "helm uninstall user-settings-service-persistence -n ${NAMESPACE} || true;"
}