Skip to content

Commit

Permalink
make the example make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed May 13, 2024
1 parent d951ae1 commit c6e7dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_ocp_static_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ generators:
- volume:
volume_name: pvc-volume_1
storage_class: gp2
csi_driver:
csi_volume_handle:
volume_request_gig: 20
labels: label_key3:label_value3|label_key4:label_value4|label_storageclass:gp2
volume_claims:
Expand All @@ -57,4 +59,4 @@ generators:
csi_driver: ebs.csi.aws.com
csi_volume_handle: vol-55555555
volume_request_gig: 20
labels: label_key5:label_value5|label_key6:label_value6|label_storageclass:gp2
labels: label_key5:label_value5|label_key6:label_value6|label_storageclass:gp3-csi

0 comments on commit c6e7dcd

Please sign in to comment.