fix registry_storage_class equals empty string
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user