Skip to content

Commit 1752433

Browse files
mayoootHarry Li
andauthored
fix(charts): add field exportKubeConfig.additionalSecrets (#3129)
Signed-off-by: Harry Li <[email protected]> Co-authored-by: Harry Li <[email protected]>
1 parent 76a1038 commit 1752433

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

chart/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,10 @@ exportKubeConfig:
12051205
# Namespace where vCluster should store the kubeconfig secret. If this is not equal to the namespace
12061206
# where you deployed vCluster, you need to make sure vCluster has access to this other namespace.
12071207
namespace: ""
1208+
1209+
# AdditionalSecrets specifies the additional host cluster secrets in which vCluster will store the
1210+
# generated virtual cluster kubeconfigs.
1211+
additionalSecrets: []
12081212

12091213
# External holds configuration for tools that are external to the vCluster.
12101214
external: {}

config/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ exportKubeConfig:
650650
secret:
651651
name: ""
652652
namespace: ""
653+
additionalSecrets: []
653654

654655
external: {}
655656

0 commit comments

Comments
 (0)