Update Flux manifests
This commit is contained in:
parent
4ac1ffc431
commit
140a2a2721
2 changed files with 1 additions and 3 deletions
kubernetes/cluster/production/flux-system
|
@ -20,7 +20,7 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
path: ./kubernetes
|
path: ./kubernetes/cluster/production
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|
|
@ -3,5 +3,3 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
- secrets.yaml
|
|
||||||
- apps.yaml
|
|
||||||
|
|
Reference in a new issue