File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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.
12101214external : {}
Original file line number Diff line number Diff line change @@ -650,6 +650,7 @@ exportKubeConfig:
650650 secret :
651651 name : " "
652652 namespace : " "
653+ additionalSecrets : []
653654
654655external : {}
655656
You can’t perform that action at this time.
0 commit comments