Add 'flux/' from commit '57e0c3e155
'
git-subtree-dir: flux git-subtree-mainline:4d0b7496d6
git-subtree-split:57e0c3e155
This commit is contained in:
commit
eda5075f08
49 changed files with 7057 additions and 0 deletions
5
flux/cluster/core/namespaces/external-secrets.yaml
Normal file
5
flux/cluster/core/namespaces/external-secrets.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: external-secrets
|
7
flux/cluster/core/namespaces/kustomization.yaml
Normal file
7
flux/cluster/core/namespaces/kustomization.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- presidential-paradise.yaml
|
||||
- networking.yaml
|
||||
- external-secrets.yaml
|
||||
|
5
flux/cluster/core/namespaces/networking.yaml
Normal file
5
flux/cluster/core/namespaces/networking.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: networking
|
6
flux/cluster/core/namespaces/presidential-paradise.yaml
Normal file
6
flux/cluster/core/namespaces/presidential-paradise.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: presidential-paradise
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue