From e4209168b495e3d360e4925ef9f1103745ff72a4 Mon Sep 17 00:00:00 2001 From: Berkay Tekin Oz Date: Wed, 10 Jul 2024 09:17:44 +0000 Subject: [PATCH] Addressing comments --- tests/templates/bootstrap-session.yaml | 10 ---------- tests/tox.ini | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/templates/bootstrap-session.yaml b/tests/templates/bootstrap-session.yaml index bdeebae..6066e63 100644 --- a/tests/templates/bootstrap-session.yaml +++ b/tests/templates/bootstrap-session.yaml @@ -5,13 +5,3 @@ cluster-config: enabled: true dns: enabled: true - ingress: - enabled: true - load-balancer: - enabled: true - local-storage: - enabled: true - gateway: - enabled: true - metrics-server: - enabled: true diff --git a/tests/tox.ini b/tests/tox.ini index e707b44..9b03827 100644 --- a/tests/tox.ini +++ b/tests/tox.ini @@ -66,4 +66,4 @@ max-line-length = 120 select = E,W,F,C,N ignore = W503 exclude = venv,.git,.tox,.tox_env,.venv,build,dist,*.egg_info -show-source = true \ No newline at end of file +show-source = true