From 8b5b37cd4b4ccedd8739c66fc29a81478a999ade Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 19 Mar 2021 13:46:25 -0400 Subject: [PATCH] debuginfod: typo fix on PV storage name --- roles/openshift-apps/debuginfod/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml index bdf2c0c40f..edc9c17d87 100644 --- a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml +++ b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml @@ -41,7 +41,7 @@ spec: memory: 24000Mi cpu: 8000m volumeMounts: - - name: debuginfod-volume{{ '-stg' if env == 'staging' else '' }} + - name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }} mountPath: /var/cache/debuginfod readOnly: false - name: fedora-koji