Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,10 @@ exportKubeConfig:
# Namespace where vCluster should store the kubeconfig secret. If this is not equal to the namespace
# where you deployed vCluster, you need to make sure vCluster has access to this other namespace.
namespace: ""

# AdditionalSecrets specifies the additional host cluster secrets in which vCluster will store the
# generated virtual cluster kubeconfigs.
additionalSecrets: []

# External holds configuration for tools that are external to the vCluster.
external: {}
Expand Down
1 change: 1 addition & 0 deletions config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ exportKubeConfig:
secret:
name: ""
namespace: ""
additionalSecrets: []

external: {}

Expand Down