mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Freshrss: Add initcontainer gitrepo 4
This commit is contained in:
@@ -23,13 +23,17 @@ spec:
|
|||||||
io.kompose.service: freshrss
|
io.kompose.service: freshrss
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: git-clone
|
- image: alpine/git
|
||||||
image: alpine/git
|
name: git
|
||||||
command:
|
command:
|
||||||
- sh
|
- git
|
||||||
- -c
|
- clone
|
||||||
- |
|
- https://github.com/rubenhensen/Extensions.git
|
||||||
git clone https://github.com/rubenhensen/Extensions.git /var/www/FreshRSS/extensions .
|
- /var/www/FreshRSS/extensions
|
||||||
|
- .
|
||||||
|
volumeMounts:
|
||||||
|
- name: extensions
|
||||||
|
mountPath: /var/www/FreshRSS/extensions
|
||||||
# cd /var/www/FreshRSS/extensions
|
# cd /var/www/FreshRSS/extensions
|
||||||
# git checkout main
|
# git checkout main
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
Reference in New Issue
Block a user