Compare commits
No commits in common. "47bc5c3fcef375487fd79628ba107bfc5e84c4c5" and "cc7aef5212198db32dc2a8a69a261b16428731fd" have entirely different histories.
47bc5c3fce
...
cc7aef5212
|
@ -27,9 +27,7 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
- mountPath: /scripts
|
||||
name: scripts
|
||||
command: ["/bin/sh", "/scripts/init.sh"]
|
||||
command: ["git", "clone", "--depth", "1", "https://github.com/iv-org/invidious.git", "/data/repo"]
|
||||
- image: jbergknoff/postgresql-client:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: init-invidious-db
|
||||
|
@ -119,6 +117,3 @@ spec:
|
|||
- name: config
|
||||
configMap:
|
||||
name: invidious-config
|
||||
- name: scripts
|
||||
configMap:
|
||||
name: invidious-scripts
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
if [ -d /data/repo ]; then
|
||||
cd /data/repo
|
||||
git pull
|
||||
else
|
||||
git clone --depth 1 https://github.com/iv-org/invidious.git /data/repo
|
||||
fi
|
|
@ -108,15 +108,6 @@ configMapGenerator:
|
|||
files:
|
||||
- init-directory-structure.sh=gitea-init-directory-structure.sh
|
||||
- setup.sh=gitea-setup.sh
|
||||
options:
|
||||
labels:
|
||||
app: gitea
|
||||
- name: invidious-scripts
|
||||
files:
|
||||
- init.sh=invidious-init.sh
|
||||
options:
|
||||
labels:
|
||||
app: invidious
|
||||
|
||||
secretGenerator:
|
||||
- name: aws-do-external-dns-credentials
|
||||
|
|
Loading…
Reference in New Issue