Skip to content

Commit

Permalink
Remove applications.py; commonLabels should be immutable.
Browse files Browse the repository at this point in the history
* 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
Jeremy Lewi committed Apr 29, 2020
1 parent 1298c97 commit 611ad76
Showing 1 changed file with 0 additions and 86 deletions.
86 changes: 0 additions & 86 deletions py/kubeflow/testing/tools/applications.py

This file was deleted.

0 comments on commit 611ad76

Please sign in to comment.