diff --git a/chart/values.yaml b/chart/values.yaml index 803e37e596..7dbd77d750 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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: {} diff --git a/config/values.yaml b/config/values.yaml index 02a19b8c38..6206e2ad87 100644 --- a/config/values.yaml +++ b/config/values.yaml @@ -641,6 +641,7 @@ exportKubeConfig: secret: name: "" namespace: "" + additionalSecrets: [] external: {}