Skip to content

Commit

Permalink
Generate template with go run flavorgen
Browse files Browse the repository at this point in the history
Signed-off-by: Lubron Zhan <[email protected]>
  • Loading branch information
lubronzhan committed Aug 24, 2024
1 parent f30c22b commit 3b77f26
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/cluster-template-ignition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1582,4 +1582,4 @@ data:
kind: ConfigMap
metadata:
name: cpi-manifests
namespace: '${NAMESPACE}'
namespace: '${NAMESPACE}'
2 changes: 1 addition & 1 deletion templates/cluster-template-node-ipam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1497,4 +1497,4 @@ data:
kind: ConfigMap
metadata:
name: cpi-manifests
namespace: '${NAMESPACE}'
namespace: '${NAMESPACE}'
2 changes: 1 addition & 1 deletion templates/cluster-template-supervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1447,4 +1447,4 @@ data:
kind: ConfigMap
metadata:
name: cpi-manifests
namespace: '${NAMESPACE}'
namespace: '${NAMESPACE}'
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1487,4 +1487,4 @@ data:
kind: ConfigMap
metadata:
name: cpi-manifests
namespace: '${NAMESPACE}'
namespace: '${NAMESPACE}'
2 changes: 1 addition & 1 deletion templates/clusterclass-template-supervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion templates/clusterclass-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3b77f26

Please sign in to comment.