Skip to content

Commit

Permalink
fix: storage class spec for azure disk
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 30, 2023
1 parent 1b10af4 commit 1ef9fd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ tests:
- it: Test volume-provisioner with azure disks
set:
storage.backend: azuredisk
storage.azuredisk.location: somewhere
storage.azuredisk.availabilityZone: somewhere
storage.azuredisk.resourceGroup: some-rg
storage.mountAzureJson: true
asserts:
Expand Down Expand Up @@ -405,7 +405,7 @@ tests:
value: azuredisk
template: templates/volume-provisioner/storageclass.yaml
- equal:
path: parameters.location
path: parameters.availabilityZone
value: somewhere
template: templates/volume-provisioner/storageclass.yaml
- equal:
Expand Down

0 comments on commit 1ef9fd5

Please sign in to comment.