debuginfod: typo fix on PV storage name
This commit is contained in:
parent
ea334535d3
commit
8b5b37cd4b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ spec:
|
||||||
memory: 24000Mi
|
memory: 24000Mi
|
||||||
cpu: 8000m
|
cpu: 8000m
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: debuginfod-volume{{ '-stg' if env == 'staging' else '' }}
|
- name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
||||||
mountPath: /var/cache/debuginfod
|
mountPath: /var/cache/debuginfod
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- name: fedora-koji
|
- name: fedora-koji
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue