Fixup last commit again
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
fb23acd5f9
commit
e0c7a72b49
1 changed files with 21 additions and 21 deletions
|
@ -42,24 +42,24 @@ spec:
|
|||
mountPath: "/var/lib/mirrormanager"
|
||||
- name: logs
|
||||
mountPath: "/var/log/mirrormanager"
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: config
|
||||
- name: scripts
|
||||
configMap:
|
||||
name: scripts
|
||||
- name: ssh-key
|
||||
secret:
|
||||
secretName: ssh-mirrorlist-proxies-key
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: mirrorlist-cache
|
||||
- name: var-lib
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
- name: logs
|
||||
persistentVolumeClaim:
|
||||
claimName: logs
|
||||
securityContext:
|
||||
supplementalGroups: [1001280000]
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: config
|
||||
- name: scripts
|
||||
configMap:
|
||||
name: scripts
|
||||
- name: ssh-key
|
||||
secret:
|
||||
secretName: ssh-mirrorlist-proxies-key
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: mirrorlist-cache
|
||||
- name: var-lib
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
- name: logs
|
||||
persistentVolumeClaim:
|
||||
claimName: logs
|
||||
securityContext:
|
||||
supplementalGroups: [1001280000]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue