openshift-apps/flatpak-indexer: Remove a reference to a non-existent secret volume
The deployment config for flatpak-indexer referenced a secret volume that in the Red Hat internal deployment of flatpak-indexer holds a client certificate, but is not needed for Fedora. Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
This commit is contained in:
parent
96e6ccbe61
commit
1acc6aeade
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /var/www/flatpaks
|
- mountPath: /var/www/flatpaks
|
||||||
name: index-output-volume
|
name: index-output-volume
|
||||||
- mountPath: /etc/tls/flatpak-indexer
|
|
||||||
name: flatpak-indexer-crt-volume
|
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue