mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Replace incorrect {% end %} tags with {% endif %} in csi_crd templates (#7947)
This commit is contained in:
@@ -47,7 +47,7 @@ spec:
|
||||
jsonPath: .spec.volumeSnapshotRef.namespace
|
||||
name: VolumeSnapshotNamespace
|
||||
type: string
|
||||
{% end %}
|
||||
{% endif %}
|
||||
- jsonPath: .metadata.creationTimestamp
|
||||
name: Age
|
||||
type: date
|
||||
@@ -159,7 +159,7 @@ spec:
|
||||
storage: false
|
||||
{% else %}
|
||||
storage: true
|
||||
{% end %}
|
||||
{% endif %}
|
||||
subresources:
|
||||
status: {}
|
||||
- additionalPrinterColumns:
|
||||
@@ -192,7 +192,7 @@ spec:
|
||||
jsonPath: .spec.volumeSnapshotRef.namespace
|
||||
name: VolumeSnapshotNamespace
|
||||
type: string
|
||||
{% end %}
|
||||
{% endif %}
|
||||
- jsonPath: .metadata.creationTimestamp
|
||||
name: Age
|
||||
type: date
|
||||
@@ -306,7 +306,7 @@ spec:
|
||||
storage: true
|
||||
{% else %}
|
||||
storage: false
|
||||
{% end %}
|
||||
{% endif %}
|
||||
subresources:
|
||||
status: {}
|
||||
status:
|
||||
|
||||
Reference in New Issue
Block a user