mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-24 16:01:23 -03:30
fix registry_storage_class equals empty string
This commit is contained in:
parent
d156449819
commit
532e97c542
@ -44,7 +44,7 @@ spec:
|
||||
protocol: TCP
|
||||
volumes:
|
||||
- name: registry-pvc
|
||||
{% if registry_storage_class != none %}
|
||||
{% if registry_storage_class != "" %}
|
||||
persistentVolumeClaim:
|
||||
claimName: registry-pvc
|
||||
{% else %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user