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 committed Nov 21, 2024
1 parent 1c3a0d9 commit 8b893b8
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 @@ -132,7 +132,7 @@ def __init__(self, config_file=None):
self.cs_namespace = self.config.get('cs_namespace')
logger.debug(f"Working from {self.working_directory}")

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 8b893b8

Please sign in to comment.