From fff3ae789ddba5d62a27b4157c9d07cccb2f3af7 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Thu, 2 Jan 2025 14:19:51 +0530 Subject: [PATCH] chore: update vcluster secret sync ns --- chart/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 40abd853..2a8dd87f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -37,6 +37,10 @@ vcluster: plugin: sync-host-secrets: image: docker.io/flanksource/vcluster-sync-host-secrets:v0.1.6 + env: + - name: DESTINATION_NAMESPACE + value: mission-control + sync: secrets: all: true