Replace incorrect {% end %} tags with {% endif %} in csi_crd templates (#7947)

This commit is contained in:
jhchong92
2021-09-09 03:59:57 +08:00
committed by GitHub
parent 69b67a293a
commit 57063b6828
3 changed files with 10 additions and 10 deletions

View File

@@ -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: