From 71146166880c2a2cc23bd2835c1125ef4c2f8fad Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 29 Mar 2021 16:45:17 -0400 Subject: [PATCH] debuginfod: standardize on debuginfod-storage[-stg] as PVC etc. name --- .../openshift-apps/debuginfod/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml index b68e556498..8681d36d85 100644 --- a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml +++ b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml @@ -61,9 +61,9 @@ spec: path: /metrics port: 8002 volumes: - - name: debuginfod-volume + - name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }} persistentVolumeClaim: - claimName: debuginfod-volume + claimName: debuginfod-storage{{ '-stg' if env == 'staging' else '' }} - name: fedora-koji persistentVolumeClaim: claimName: fedora-koji