feat(mycloud-paperless): add paperless-ngx - WIP
This commit is contained in:
parent
10c84cdcf4
commit
9524943dae
1 changed files with 13 additions and 2 deletions
|
@ -1,4 +1,14 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: "{{ .Release.Name }}-repo"
|
||||
spec:
|
||||
url: "https://git.chaos.fyi/wrenix/helm-charts.git"
|
||||
interval: "5m0s"
|
||||
ref:
|
||||
branch: "paperless-ngx"
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
@ -8,8 +18,9 @@ spec:
|
|||
spec:
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: "wrenix-helm-charts"
|
||||
namespace: "flux-system"
|
||||
name: "{{ .Release.Name }}-repo"
|
||||
# name: "wrenix-helm-charts"
|
||||
# namespace: "flux-system"
|
||||
chart: "./paperless-ngx"
|
||||
reconcileStrategy: "Revision"
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue