flatpak-cache: fix some deployment issues
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9aa63a75d4
commit
67d8a24ca5
1 changed files with 2 additions and 1 deletions
|
@ -38,10 +38,11 @@ spec:
|
||||||
- name: flatpak-cache-key-volume
|
- name: flatpak-cache-key-volume
|
||||||
mountPath: /etc/pki/squid/key
|
mountPath: /etc/pki/squid/key
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: flatpak-cache-dhparam
|
- name: flatpak-cache-dhparam-volume
|
||||||
mountPath: /etc/pki/squid/dhparam
|
mountPath: /etc/pki/squid/dhparam
|
||||||
readOnly: true
|
readOnly: true
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
image: flatpak-cache:latest
|
||||||
name: flatpak-cache
|
name: flatpak-cache
|
||||||
command:
|
command:
|
||||||
- bash
|
- bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue