mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
fixes
This commit is contained in:
@@ -19,6 +19,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: "{{ $release.Name }}-{{ $key }}-backup"
|
- name: "{{ $release.Name }}-{{ $key }}-backup"
|
||||||
image: ghcr.io/morten-olsen/homelab-operator-backup:main
|
image: ghcr.io/morten-olsen/homelab-operator-backup:main
|
||||||
|
imagePullPolicy: Always
|
||||||
command: ["/app/backup.sh"]
|
command: ["/app/backup.sh"]
|
||||||
env:
|
env:
|
||||||
- name: RESTIC_PASSWORD
|
- name: RESTIC_PASSWORD
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: "{{ $release.Name }}-{{ $key }}-cleanup"
|
- name: "{{ $release.Name }}-{{ $key }}-cleanup"
|
||||||
image: ghcr.io/morten-olsen/homelab-operator-backup:main
|
image: ghcr.io/morten-olsen/homelab-operator-backup:main
|
||||||
|
imagePullPolicy: Always
|
||||||
command: ["/app/cleanup.sh"]
|
command: ["/app/cleanup.sh"]
|
||||||
env:
|
env:
|
||||||
- name: RESTIC_PASSWORD
|
- name: RESTIC_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user