renamed namespaces, moved flux directory in file
This commit is contained in:
parent
89a008e0c3
commit
ce1b4ece79
|
|
@ -1,11 +1,11 @@
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
name: namespaces
|
name: apps
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
path: ./namespaces
|
path: ./apps
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
Loading…
Reference in a new issue