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
|
||||
spec:
|
||||
initContainers:
|
||||
- name: git-clone
|
||||
image: alpine/git
|
||||
- image: alpine/git
|
||||
name: git
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
git clone https://github.com/rubenhensen/Extensions.git /var/www/FreshRSS/extensions .
|
||||
- git
|
||||
- clone
|
||||
- https://github.com/rubenhensen/Extensions.git
|
||||
- /var/www/FreshRSS/extensions
|
||||
- .
|
||||
volumeMounts:
|
||||
- name: extensions
|
||||
mountPath: /var/www/FreshRSS/extensions
|
||||
# cd /var/www/FreshRSS/extensions
|
||||
# git checkout main
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user