Shuffle namespaces for apps
This commit is contained in:
@@ -2,11 +2,11 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: flux-apps
|
||||
namespace: flux-system
|
||||
namespace: apps
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./apps
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
name: apps
|
||||
@@ -3,4 +3,4 @@ kind: Kustomization
|
||||
namespace: apps
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- whoami
|
||||
- fluxrepo.yaml
|
||||
Reference in New Issue
Block a user