debuginfod: standardize on debuginfod-storage[-stg] as PVC etc. name

This commit is contained in:
Frank Ch. Eigler 2021-03-29 16:45:17 -04:00
parent b5dc1fa04c
commit 7114616688

View file

@ -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