e2e: remove old notice about Tiller addon

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-10-25 18:53:29 +01:00
parent 7b35295f60
commit 1bec153073

View File

@ -109,10 +109,6 @@ func buildProbe(path string) *corev1.Probe {
}
// Tiller defines an addon that installs an instance of tiller in the target cluster.
// Currently, only one instance of Tiller can be deployed in a single invocation
// of the test suite (i.e. it *must* be instantiated globally).
// In future we can restrict Tiller to a single namespace in order to enforce
// isolation between tests.
type Tiller struct {
config *config.Config
baseDetails *base.Details