From 67d8a24ca536a17f18b6b18d724252b7df083a27 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jan 2024 15:35:43 -0800 Subject: [PATCH] flatpak-cache: fix some deployment issues Signed-off-by: Kevin Fenzi --- roles/openshift-apps/flatpak-cache/templates/deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/flatpak-cache/templates/deployment.yml b/roles/openshift-apps/flatpak-cache/templates/deployment.yml index c54f8e4bc1..e18a6914e3 100644 --- a/roles/openshift-apps/flatpak-cache/templates/deployment.yml +++ b/roles/openshift-apps/flatpak-cache/templates/deployment.yml @@ -38,10 +38,11 @@ spec: - name: flatpak-cache-key-volume mountPath: /etc/pki/squid/key readOnly: true - - name: flatpak-cache-dhparam + - name: flatpak-cache-dhparam-volume mountPath: /etc/pki/squid/dhparam readOnly: true imagePullPolicy: Always + image: flatpak-cache:latest name: flatpak-cache command: - bash