Skip to content

Commit

Permalink
remove quotes in yaml cluster config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Nov 20, 2024
1 parent b28b5dc commit 662cf78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocne2/deploy_ocne_oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@
dest: ~/myconfig.yaml
content: |
provider: oci
name: "{{ ocne_cluster_name }}"
controlPlaneNodes: "{{ num_cp_nodes }}"
workerNodes: "{{ num_wk_nodes }}"
name: {{ ocne_cluster_name }}
controlPlaneNodes: {{ num_cp_nodes }}
workerNodes: {{ num_wk_nodes }}
providers:
oci:
imageBucket: ocne-images-{{ rnd_str.0 }}
Expand Down

0 comments on commit 662cf78

Please sign in to comment.