Skip config file on remote k8s case
This commit is contained in:
parent
81b60cc17e
commit
2e8878c055
@ -142,6 +142,8 @@ class K8sDeployerConfigGenerator(DeployerConfigGenerator):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
def generate(self, deployment_dir: Path):
|
def generate(self, deployment_dir: Path):
|
||||||
|
# No need to do this for the remote k8s case
|
||||||
|
if self.type == "k8s-kind":
|
||||||
# Check the file isn't already there
|
# Check the file isn't already there
|
||||||
# Get the config file contents
|
# Get the config file contents
|
||||||
content = generate_kind_config(deployment_dir)
|
content = generate_kind_config(deployment_dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user