Compare commits
2 Commits
acba01e08d
...
bd75c891e6
Author | SHA1 | Date | |
---|---|---|---|
bd75c891e6
|
|||
a2ca2c3fe8
|
5
apps/metallb-system/kustomization.yaml
Normal file
5
apps/metallb-system/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- metallb-native.yaml
|
@ -2,6 +2,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- metallb-native.yaml
|
|
||||||
- ip-address-pool.yaml
|
- ip-address-pool.yaml
|
||||||
- l2-advertisement.yaml
|
- l2-advertisement.yaml
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ metadata:
|
|||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
path: ./clusters/my-cluster
|
path: ./clusters/k8s-cluster
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- metallb-native.yaml
|
|
||||||
- ip-address-pool.yaml
|
- ip-address-pool.yaml
|
||||||
- l2-advertisement.yaml
|
- l2-advertisement.yaml
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user