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
|
path: /metrics
|
||||||
port: 8002
|
port: 8002
|
||||||
volumes:
|
volumes:
|
||||||
- name: debuginfod-volume
|
- name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: debuginfod-volume
|
claimName: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
||||||
- name: fedora-koji
|
- name: fedora-koji
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: fedora-koji
|
claimName: fedora-koji
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue