Add namespace.
This commit is contained in:
parent
7ad7598a39
commit
6294aec68c
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# Pre Flux-Kustomizations
|
||||
- ./namespace.yaml
|
||||
# Flux-Kustomizations
|
||||
- ./jellyfin/ks.yaml
|
||||
- ./maintainerr/ks.yaml
|
||||
|
|
|
@ -3,5 +3,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# Pre Flux-Kustomizations
|
||||
- ./namespace.yaml
|
||||
# Flux-Kustomizations
|
||||
- ./qbittorrent/ks.yaml
|
||||
|
|
Loading…
Reference in a new issue