test
This commit is contained in:
parent
e813e5a3a9
commit
dc93791c99
2 changed files with 5 additions and 1 deletions
4
cluster/apps/production/radarr/kustomization.yaml
Normal file
4
cluster/apps/production/radarr/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- radarr.yaml
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
path: ./cluster/apps
|
path: ./cluster/apps/production
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|
Loading…
Reference in a new issue