fix unifi
This commit is contained in:
parent
a203e83e99
commit
1d80d46168
7 changed files with 66 additions and 107 deletions
3
flux/olympus/apps/kustomization.yaml
Normal file
3
flux/olympus/apps/kustomization.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: []
|
15
flux/olympus/base/apps.yaml
Normal file
15
flux/olympus/base/apps.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: apps
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
dependsOn:
|
||||
- name: core
|
||||
path: ./flux/olympus/apps
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
Loading…
Add table
Add a link
Reference in a new issue