add core/ns
This commit is contained in:
parent
dd5eb3f628
commit
207c4d15c6
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
|
4
flux/olympus/core/kustomization.yaml
Normal file
4
flux/olympus/core/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespaces
|
4
flux/olympus/core/namespaces/kustomization.yaml
Normal file
4
flux/olympus/core/namespaces/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- websites.yaml
|
5
flux/olympus/core/namespaces/websites.yaml
Normal file
5
flux/olympus/core/namespaces/websites.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: websites
|
Loading…
Add table
Add a link
Reference in a new issue