diff --git a/templates/cluster-template-ignition.yaml b/templates/cluster-template-ignition.yaml index b4875917a2..8d5447b901 100644 --- a/templates/cluster-template-ignition.yaml +++ b/templates/cluster-template-ignition.yaml @@ -1582,4 +1582,4 @@ data: kind: ConfigMap metadata: name: cpi-manifests - namespace: '${NAMESPACE}' + namespace: '${NAMESPACE}' \ No newline at end of file diff --git a/templates/cluster-template-node-ipam.yaml b/templates/cluster-template-node-ipam.yaml index 9e2899d875..be4b5ab053 100644 --- a/templates/cluster-template-node-ipam.yaml +++ b/templates/cluster-template-node-ipam.yaml @@ -1497,4 +1497,4 @@ data: kind: ConfigMap metadata: name: cpi-manifests - namespace: '${NAMESPACE}' + namespace: '${NAMESPACE}' \ No newline at end of file diff --git a/templates/cluster-template-supervisor.yaml b/templates/cluster-template-supervisor.yaml index cc1e8aa851..d922ec8b6b 100644 --- a/templates/cluster-template-supervisor.yaml +++ b/templates/cluster-template-supervisor.yaml @@ -1447,4 +1447,4 @@ data: kind: ConfigMap metadata: name: cpi-manifests - namespace: '${NAMESPACE}' + namespace: '${NAMESPACE}' \ No newline at end of file diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 4dd1af9394..4839b6267d 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -1487,4 +1487,4 @@ data: kind: ConfigMap metadata: name: cpi-manifests - namespace: '${NAMESPACE}' + namespace: '${NAMESPACE}' \ No newline at end of file diff --git a/templates/clusterclass-template-supervisor.yaml b/templates/clusterclass-template-supervisor.yaml index 9df16b41f5..6c9789d15a 100644 --- a/templates/clusterclass-template-supervisor.yaml +++ b/templates/clusterclass-template-supervisor.yaml @@ -321,4 +321,4 @@ spec: localhost.localdomain localhost4 localhost4.localdomain4" >>/etc/hosts - mkdir -p /etc/pre-kubeadm-commands - for script in $(find /etc/pre-kubeadm-commands/ -name '*.sh' -type f | sort); - do echo "Running script $script"; "$script"; done + do echo "Running script $script"; "$script"; done \ No newline at end of file diff --git a/templates/clusterclass-template.yaml b/templates/clusterclass-template.yaml index dad47207ae..c0685009d6 100644 --- a/templates/clusterclass-template.yaml +++ b/templates/clusterclass-template.yaml @@ -379,4 +379,4 @@ spec: localhost.localdomain localhost4 localhost4.localdomain4" >>/etc/hosts - mkdir -p /etc/pre-kubeadm-commands - for script in $(find /etc/pre-kubeadm-commands/ -name '*.sh' -type f | sort); - do echo "Running script $script"; "$script"; done + do echo "Running script $script"; "$script"; done \ No newline at end of file