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
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -8,8 +18,9 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: "wrenix-helm-charts"
|
name: "{{ .Release.Name }}-repo"
|
||||||
namespace: "flux-system"
|
# name: "wrenix-helm-charts"
|
||||||
|
# namespace: "flux-system"
|
||||||
chart: "./paperless-ngx"
|
chart: "./paperless-ngx"
|
||||||
reconcileStrategy: "Revision"
|
reconcileStrategy: "Revision"
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue