chore: update flux kustomization
This commit is contained in:
@@ -20,7 +20,7 @@ metadata:
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./
|
||||
path: ./clusters/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
||||
6
clusters/app/kustomization.yaml
Normal file
6
clusters/app/kustomization.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- flux-system/
|
||||
- go-example-source.yaml
|
||||
- go-example-kustomization.yaml
|
||||
@@ -1,7 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- deployment.yaml
|
||||
- clusters/app/go-example-source.yaml
|
||||
- clusters/app/go-example-kustomization.yaml
|
||||
- clusters/app/flux-system/
|
||||
|
||||
Reference in New Issue
Block a user