add core/ns
This commit is contained in:
parent
d1a61a0f28
commit
9d3648cc18
6 changed files with 34 additions and 8 deletions
13
flux/olympus/base/core.yaml
Normal file
13
flux/olympus/base/core.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: core
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./flux/olympus/core
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
Loading…
Add table
Add a link
Reference in a new issue