Skip to content

Commit f880dfe

Browse files
Move example plugin configuration file under the playbooks/k8s_configs/
Signed-off-by: michal.gubricky <[email protected]>
1 parent b5bb995 commit f880dfe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tests/kaas/plugin/plugin_cluster_stacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def create_cluster(self, cluster_name="scs-cluster", version=None, kubeconfig_fi
275275
print(self.kubeconfig_cs_cluster_filename)
276276
wait_for_workload_pods_ready(kubeconfig_path=self.kubeconfig_cs_cluster_filename)
277277

278-
def delete_cluster(self, cluster_name=None, version=None, kubeconfig_filepath=None):
278+
def delete_cluster(self, cluster_name=None, kubeconfig_filepath=None):
279279
kubeconfig_cs_cluster_filename = f"kubeconfig-{cluster_name}.yaml"
280280
try:
281281
# Check if the cluster exists
File renamed without changes.

0 commit comments

Comments
 (0)