mirror of https://github.com/kubernetes/kops.git
fix go template
This commit is contained in:
parent
65341d8ffe
commit
55e9ee6bf2
|
|
@ -20353,7 +20353,7 @@ spec:
|
|||
- Persistent
|
||||
- Ephemeral
|
||||
|
||||
{{ if .CloudConfig.Openstack.BlockStorage.CreateStorageClass }}
|
||||
{{ if WithDefaultBool .CloudConfig.Openstack.BlockStorage.CreateStorageClass true }}
|
||||
---
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
|
|
|
|||
|
|
@ -517,7 +517,7 @@ spec:
|
|||
- Persistent
|
||||
- Ephemeral
|
||||
|
||||
{{ if .CloudConfig.Openstack.BlockStorage.CreateStorageClass }}
|
||||
{{ if WithDefaultBool .CloudConfig.Openstack.BlockStorage.CreateStorageClass true }}
|
||||
---
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
|
|
|
|||
Loading…
Reference in New Issue