add core/ns
This commit is contained in:
parent
d1a61a0f28
commit
9d3648cc18
6 changed files with 34 additions and 8 deletions
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