Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove applications.py; commonLabels should be immutable.
* See kubeflow/manifests#1131 we want commonLabels to be immutable otherwise upgrades won't work because we end up trying to change selectors which are immutable. * The applications.py script inherently violates that because it was mutating commonLabels on every release. We don't want to do that anymore so we delete the script.
- Loading branch information