Skip to content

Commit

Permalink
fix bug#349
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-bish committed Apr 17, 2023
1 parent a6eaeed commit 9a30aa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/karbon/create_k8s_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
nutanix_cluster_password: "{{nutanix_cluster_password}}"
nutanix_cluster_username: "{{nutanix_cluster_username}}"
default_storage_class: True
name: test-storage-class
name: "{{storage_class.name}}"
reclaim_policy: Delete
storage_container: "{{storage_class.name}}"
storage_container: "{{storage_class.storage_container.name}}"
file_system: ext4
flash_mode: False
register: result
Expand Down Expand Up @@ -100,9 +100,9 @@
nutanix_cluster_password: "{{nutanix_cluster_password}}"
nutanix_cluster_username: "{{nutanix_cluster_username}}"
default_storage_class: True
name: test-storage-class
name: "{{storage_class.name}}"
reclaim_policy: Retain
storage_container: "{{storage_class.name}}"
storage_container: "{{storage_class.storage_container.name}}"
file_system: xfs
flash_mode: true
register: result
Expand All @@ -126,9 +126,9 @@
nutanix_cluster_password: "{{nutanix_cluster_password}}"
nutanix_cluster_username: "{{nutanix_cluster_username}}"
default_storage_class: True
name: test-storage-class
name: "{{storage_class.name}}"
reclaim_policy: Delete
storage_container: "{{storage_container.name}}"
storage_container: "{{storage_class.storage_container.name}}"
file_system: ext4
flash_mode: False
control_plane_virtual_ip: "{{control_plane_virtual_ip}}"
Expand Down

0 comments on commit 9a30aa3

Please sign in to comment.