mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Replace incorrect {% end %} tags with {% endif %} in csi_crd templates (#7947)
This commit is contained in:
@@ -62,7 +62,7 @@ spec:
|
||||
storage: false
|
||||
{% else %}
|
||||
storage: true
|
||||
{% end %}
|
||||
{% endif %}
|
||||
subresources: {}
|
||||
- additionalPrinterColumns:
|
||||
- jsonPath: .driver
|
||||
@@ -82,7 +82,7 @@ spec:
|
||||
deprecated: true
|
||||
# This overrides the default warning returned to clients making v1beta1 API requests.
|
||||
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass"
|
||||
{% end %}
|
||||
{% endif %}
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced
|
||||
@@ -116,7 +116,7 @@ spec:
|
||||
storage: true
|
||||
{% else %}
|
||||
storage: false
|
||||
{% end %}
|
||||
{% endif %}
|
||||
subresources: {}
|
||||
status:
|
||||
acceptedNames:
|
||||
|
||||
Reference in New Issue
Block a user