You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.schema.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1889,7 +1889,7 @@
1889
1889
},
1890
1890
"stores": {
1891
1891
"$ref": "#/$defs/EnableSwitch",
1892
-
"description": "Stores defines if secret stores should get synced from the virtual cluster to the host cluster."
1892
+
"description": "Stores defines if secret stores should get synced from the virtual cluster to the host cluster and then bi-directionally."
1893
1893
},
1894
1894
"clusterStores": {
1895
1895
"$ref": "#/$defs/ClusterStoresSyncConfig",
@@ -2066,7 +2066,7 @@
2066
2066
},
2067
2067
"externalSecrets": {
2068
2068
"$ref": "#/$defs/ExternalSecrets",
2069
-
"description": "ExternalSecrets reuses a host external secret operator and makes certain CRDs from it available inside the vCluster.\n- ExternalSecrets will be synced from the virtual cluster to the host cluster.\n- SecretStores will be synced bi-directionally.\n- ClusterSecretStores will be synced from the host cluster to the virtual cluster."
2069
+
"description": "ExternalSecrets reuses a host external secret operator and makes certain CRDs from it available inside the vCluster.\n- ExternalSecrets will be synced from the virtual cluster to the host cluster.\n- SecretStores will be synced from the virtual cluster to the host cluster and then bi-directionally.\n- ClusterSecretStores will be synced from the host cluster to the virtual cluster."
0 commit comments