Skip to content

Commit

Permalink
additional yaml lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-young committed Aug 27, 2024
1 parent b9af6d9 commit 37170c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
38 changes: 0 additions & 38 deletions .golangci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion samples/storageclass/powerflex-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ volumeBindingMode: WaitForFirstConsumer
# allowedTopologies helps scheduling pods on worker nodes which match all of below expressions.
allowedTopologies:
- matchLabelExpressions:
- key: csi-vxflexos.dellemc.com/<SYSTEM_ID> # Insert System ID
- key: csi-vxflexos.dellemc.com/<SYSTEM_ID>
values:
- csi-vxflexos.dellemc.com
6 changes: 3 additions & 3 deletions test/helm/2vols-multi-array/templates/pvc1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ provisioner: csi-vxflexos.dellemc.com
reclaimPolicy: Delete
allowVolumeExpansion: true
parameters:
storagepool: <STORAGE_POOL> #Insert Storage pool.
systemID: <SYSTEM_ID> #Insert System ID
storagepool: <STORAGE_POOL>
systemID: <SYSTEM_ID>
volumeBindingMode: WaitForFirstConsumer
allowedTopologies:
- matchLabelExpressions:
- key: csi-vxflexos.dellemc.com/<SYSTEM_ID> #Insert System ID
- key: csi-vxflexos.dellemc.com/<SYSTEM_ID>
values:
- csi-vxflexos.dellemc.com
---
Expand Down

0 comments on commit 37170c1

Please sign in to comment.