Put it all into home-server namespace - no need for so much separation atm
This commit is contained in:
parent
1ac9f74334
commit
a0a7e77c30
3 changed files with 7 additions and 1 deletions
|
@ -16,7 +16,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: home-server
|
||||
namespace: default
|
||||
namespace: home-server
|
||||
spec:
|
||||
interval: 1m
|
||||
chart:
|
||||
|
|
|
@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespaces.yaml
|
||||
- home-server.yaml
|
||||
|
|
5
deployments/namespaces.yaml
Normal file
5
deployments/namespaces.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: home-server
|
Loading…
Add table
Add a link
Reference in a new issue