mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
fix registry_storage_class equals empty string
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumes:
|
volumes:
|
||||||
- name: registry-pvc
|
- name: registry-pvc
|
||||||
{% if registry_storage_class != none %}
|
{% if registry_storage_class != "" %}
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: registry-pvc
|
claimName: registry-pvc
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user