mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
Replace incorrect {% end %} tags with {% endif %} in csi_crd templates (#7947)
This commit is contained in:
@@ -120,7 +120,7 @@ spec:
|
||||
storage: false
|
||||
{% else %}
|
||||
storage: true
|
||||
{% end %}
|
||||
{% endif %}
|
||||
subresources:
|
||||
status: {}
|
||||
- additionalPrinterColumns:
|
||||
@@ -162,7 +162,7 @@ spec:
|
||||
deprecated: true
|
||||
# This overrides the default warning returned to clients making v1beta1 API requests.
|
||||
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshot is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshot"
|
||||
{% end %}
|
||||
{% endif %}
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot.
|
||||
@@ -230,7 +230,7 @@ spec:
|
||||
storage: true
|
||||
{% else %}
|
||||
storage: false
|
||||
{% end %}
|
||||
{% endif %}
|
||||
subresources:
|
||||
status: {}
|
||||
status:
|
||||
|
||||
Reference in New Issue
Block a user