Skip to content

Commit

Permalink
Fix storage option check so that Azure Blob Storage can be used as a …
Browse files Browse the repository at this point in the history
…backend

* Correct storage option check logic

fixes #8424
https://pulp.plan.io/issues/8424
  • Loading branch information
chambridge committed Mar 18, 2021
1 parent 7c6782b commit b4b8500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/8424.bugfix
@@ -0,0 +1 @@
Fix storage option check so that Azure Blob Storage can be used as a backend
2 changes: 1 addition & 1 deletion roles/pulp-api/tasks/main.yml
Expand Up @@ -5,7 +5,7 @@
- set_fact:
file_storage: false
when:
- pulp_object_storage_s3_secret is defined or pulp_object_storage_s3_secret is defined
- pulp_object_storage_s3_secret is defined or pulp_object_storage_azure_secret is defined

- name: pulp-file-storage persistent volume claim
community.kubernetes.k8s:
Expand Down

0 comments on commit b4b8500

Please sign in to comment.