diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-26 14:20:56 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-26 14:20:56 +0100 |
commit | f11447d127d21dd56b302fe1014f4801d32511c5 (patch) | |
tree | bdc3c9a91af81a7bf132b4324ee378eb71de11b7 /vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml | |
parent | bba7ed02826fa1f33189eb1d2d43c74a0d45fe83 (diff) |
Fix spacing issues in YAML files in vnfs
Fixes applied as reported by yamllint.
Change-Id: I8bd30d49e728715fdc696bb984fbca842ac1c2b8
Issue-ID: INT-1482
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml')
-rw-r--r-- | vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml b/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml index 38ddf5d7..acce459f 100644 --- a/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml +++ b/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml @@ -25,4 +25,4 @@ parameters: clusterNamespace: rook-ceph # Specify the filesystem type of the volume. If not specified, it will use `ext4`. fstype: xfs -# Optional, default reclaimPolicy is "Delete". Other options are: "Retain", "Recycle" as documented in https://kubernetes.io/docs/concepts/storage/storage-classes/
\ No newline at end of file +# Optional, default reclaimPolicy is "Delete". Other options are: "Retain", "Recycle" as documented in https://kubernetes.io/docs/concepts/storage/storage-classes/ |