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