flux: track nextcloud app
This commit is contained in:
parent
e8cf4070b5
commit
bf358bcdfd
@ -26,4 +26,5 @@ resources:
|
|||||||
- ci-demo/kustomization.yaml
|
- ci-demo/kustomization.yaml
|
||||||
- ci-demo/image-automation.yaml
|
- ci-demo/image-automation.yaml
|
||||||
- ai-llm/kustomization.yaml
|
- ai-llm/kustomization.yaml
|
||||||
|
- nextcloud/kustomization.yaml
|
||||||
- nextcloud-mail-sync/kustomization.yaml
|
- nextcloud-mail-sync/kustomization.yaml
|
||||||
|
|||||||
@ -0,0 +1,16 @@
|
|||||||
|
# clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: nextcloud
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 10m
|
||||||
|
path: ./services/nextcloud
|
||||||
|
targetNamespace: nextcloud
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-system
|
||||||
|
namespace: flux-system
|
||||||
|
wait: true
|
||||||
Loading…
x
Reference in New Issue
Block a user