From 1559afca13e30a8bc100c26e8064fdb3b8d3e5a2 Mon Sep 17 00:00:00 2001 From: Eric Young Date: Tue, 27 Aug 2024 20:58:16 +0000 Subject: [PATCH] additional yaml lint fixes --- .github/workflows/actions.yaml | 2 +- .github/workflows/common-workflows.yaml | 2 +- samples/storageclass/storageclass-nfs.yaml | 6 +++--- samples/storageclass/storageclass-xfs.yaml | 6 +++--- samples/storageclass/storageclass.yaml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index cf9708a9..adf461fc 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -1,5 +1,5 @@ name: Workflow -on: +on: # yamllint disable-line rule:truthy push: branches: [ main ] pull_request: diff --git a/.github/workflows/common-workflows.yaml b/.github/workflows/common-workflows.yaml index 4f492a28..fbc3cdb9 100644 --- a/.github/workflows/common-workflows.yaml +++ b/.github/workflows/common-workflows.yaml @@ -1,5 +1,5 @@ name: Golang Static Analysis -on: +on: # yamllint disable-line rule:truthy push: branches: [main] pull_request: diff --git a/samples/storageclass/storageclass-nfs.yaml b/samples/storageclass/storageclass-nfs.yaml index e8a95637..8a54cffb 100644 --- a/samples/storageclass/storageclass-nfs.yaml +++ b/samples/storageclass/storageclass-nfs.yaml @@ -20,7 +20,7 @@ allowVolumeExpansion: true parameters: # Storage pool to use on system # Optional: false - storagepool: # Insert Storage pool + storagepool: # Protection domain that storage pool above belongs to # Needed if array has two storagepools that share the same name, but belong to different protection domains # Optional: true @@ -29,7 +29,7 @@ parameters: # System you would like this storage class to use # Allowed values: one string for system ID # Optional: false - systemID: # Insert System ID + systemID: # format options to pass to mkfs # Allowed values: A string dictating the fs options you want passed # Optional: true @@ -93,6 +93,6 @@ volumeBindingMode: WaitForFirstConsumer # allowedTopologies helps scheduling pods on worker nodes which match all of below expressions. allowedTopologies: - matchLabelExpressions: - - key: csi-vxflexos.dellemc.com/-nfs # Insert System ID + - key: csi-vxflexos.dellemc.com/-nfs values: - "true" diff --git a/samples/storageclass/storageclass-xfs.yaml b/samples/storageclass/storageclass-xfs.yaml index d6efd2cf..098a306b 100644 --- a/samples/storageclass/storageclass-xfs.yaml +++ b/samples/storageclass/storageclass-xfs.yaml @@ -20,7 +20,7 @@ allowVolumeExpansion: true parameters: # Storage pool to use on system # Optional: false - storagepool: # Insert Storage pool + storagepool: # Protection domain that storage pool above belongs to # Needed if array has two storagepools that share the same name, but belong to different protection domains # Optional: true @@ -29,7 +29,7 @@ parameters: # System you would like this storage class to use # Allowed values: one string for system ID # Optional: false - systemID: # Insert System ID + systemID: # format options to pass to mkfs # Allowed values: A string dictating the fs options you want passed # Optional: true @@ -62,6 +62,6 @@ volumeBindingMode: WaitForFirstConsumer # allowedTopologies helps scheduling pods on worker nodes which match all of below expressions. allowedTopologies: - matchLabelExpressions: - - key: csi-vxflexos.dellemc.com/ # Insert System ID + - key: csi-vxflexos.dellemc.com/ values: - csi-vxflexos.dellemc.com diff --git a/samples/storageclass/storageclass.yaml b/samples/storageclass/storageclass.yaml index 3a9d55e5..df7a66f1 100644 --- a/samples/storageclass/storageclass.yaml +++ b/samples/storageclass/storageclass.yaml @@ -23,7 +23,7 @@ allowVolumeExpansion: true parameters: # Storage pool to use on system # Optional: false - storagepool: # Insert Storage pool + storagepool: # Protection domain that storage pool above belongs to # Needed if array has two storagepools that share the same name, but belong to different protection domains # Optional: true @@ -32,7 +32,7 @@ parameters: # System you would like this storage class to use # Allowed values: one string for system ID # Optional: false - systemID: # Insert System ID + systemID: # format options to pass to mkfs # Allowed values: A string dictating the fs options you want passed # Optional: true @@ -65,6 +65,6 @@ volumeBindingMode: WaitForFirstConsumer # allowedTopologies helps scheduling pods on worker nodes which match all of below expressions. allowedTopologies: - matchLabelExpressions: - - key: csi-vxflexos.dellemc.com/ # Insert System ID + - key: csi-vxflexos.dellemc.com/ values: - csi-vxflexos.dellemc.com