Skip to content

Commit

Permalink
Update Tests/kaas/plugin/plugin_cluster_stacks.py
Browse files Browse the repository at this point in the history
Co-authored-by: tonifinger <[email protected]>
Signed-off-by: Michal Gubricky <[email protected]>
  • Loading branch information
michal-gubricky and tonifinger authored Nov 19, 2024
1 parent 1b2bd94 commit bd3a4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/kaas/plugin/plugin_cluster_stacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __init__(self, config_file=None):
logger.debug(f"Working from {self.working_directory}")
self.kubeconfig_mgmnt_path = "kubeconfig-mgmnt.yaml"

def create_cluster(self, cluster_name="scs-cluster", version=None, kubeconfig_filepath=None):
def create_cluster(self, cluster_name=None, version=None, kubeconfig_filepath=None):
self.cluster_name = cluster_name
self.cluster_version = version
self.kubeconfig_cs_cluster = kubeconfig_filepath
Expand Down

0 comments on commit bd3a4f0

Please sign in to comment.