From 0894be86f4ab82f4f5018f5b9d7a08228b7bd95a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 23 Apr 2024 13:49:33 +0200 Subject: [PATCH] fix: tunnel cerbos service --- vcluster/chart/templates/vcluster.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcluster/chart/templates/vcluster.yaml b/vcluster/chart/templates/vcluster.yaml index e1a6daa8..8ae93d93 100644 --- a/vcluster/chart/templates/vcluster.yaml +++ b/vcluster/chart/templates/vcluster.yaml @@ -71,6 +71,8 @@ spec: to: "atlantis/staging-archmeister-rw" - from: "{{ .Release.Namespace }}/jaeger-collector" to: "atlantis/jaeger-collector" + - from: "idp/{{ .Values.environment }}-cerbos" + to: "idp/{{ .Values.environment }}-cerbos" sync: secrets: all: true