From fd896edab7cf41a3fa0635033a08c36c1cf3a274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Je=C5=99=C3=A1bek=20=28Jiri=20Jerabek=29?= Date: Tue, 19 Sep 2023 17:51:37 +0200 Subject: [PATCH] add volume to persist pulp certificates (#1851) Issue: AAH-2648 --- CHANGES/2648.bugfix | 1 + profiles/base/compose.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CHANGES/2648.bugfix diff --git a/CHANGES/2648.bugfix b/CHANGES/2648.bugfix new file mode 100644 index 0000000000..f921b6317c --- /dev/null +++ b/CHANGES/2648.bugfix @@ -0,0 +1 @@ +Add pulp_certs:/etc/pulp/certs volume to persist ``database_fields.symmetric.key`` and certificates on oci-env reload diff --git a/profiles/base/compose.yaml b/profiles/base/compose.yaml index b99b8650e9..8081996455 100644 --- a/profiles/base/compose.yaml +++ b/profiles/base/compose.yaml @@ -23,5 +23,10 @@ services: environment: - PULP_WORKERS=1 #- LOCK_REQUIREMENTS=0 + volumes: + - "pulp_certs:/etc/pulp/certs/" depends_on: - _galaxy_base + +volumes: + pulp_certs: