debuginfod: standardize on debuginfod-storage[-stg] as PVC etc. name
This commit is contained in:
parent
b5dc1fa04c
commit
7114616688
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue