fix registry_storage_class equals empty string
This commit is contained in:
parent
d156449819
commit
532e97c542
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue