fix: vendor critical bootstrap charts
This commit is contained in:
@@ -8,11 +8,10 @@ spec:
|
||||
targetNamespace: kube-system
|
||||
chart:
|
||||
spec:
|
||||
chart: traefik
|
||||
version: "39.0.0"
|
||||
chart: ./infrastructure/charts/traefik
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: traefik
|
||||
kind: GitRepository
|
||||
name: platform
|
||||
namespace: flux-system
|
||||
install:
|
||||
createNamespace: true
|
||||
@@ -35,4 +34,4 @@ spec:
|
||||
rancher:
|
||||
port: 9442
|
||||
exposedPort: 9442
|
||||
protocol: TCP
|
||||
protocol: TCP
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
url: https://traefik.github.io/charts
|
||||
provider: generic
|
||||
@@ -1,5 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helmrepository-traefik.yaml
|
||||
- helmrelease-traefik.yaml
|
||||
- helmrelease-traefik.yaml
|
||||
|
||||
Reference in New Issue
Block a user