chore: relocate Keel to the kube-system namespace and pin its chart version to 1.1.0.
This commit is contained in:
@@ -7,13 +7,13 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: keel
|
||||
namespace: kube-system
|
||||
server: {{ $.Values.spec.destination.server }}
|
||||
project: homelab
|
||||
source:
|
||||
repoURL: https://keel.sh/charts
|
||||
chart: keel
|
||||
targetRevision: latest
|
||||
targetRevision: 1.1.0
|
||||
helm:
|
||||
values: |
|
||||
basicauth:
|
||||
@@ -34,7 +34,7 @@ apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: keel-route
|
||||
namespace: keel
|
||||
namespace: kube-system
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: shared-gateway # Ihr Envoy Gateway
|
||||
|
||||
Reference in New Issue
Block a user