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
@@ -1897,7 +1897,7 @@
1897
1897
},
1898
1898
"stores": {
1899
1899
"$ref": "#/$defs/EnableSwitch",
1900
-
"description": "Stores defines if secret stores should get synced from the virtual cluster to the host cluster."
1900
+
"description": "Stores defines if secret stores should get synced from the virtual cluster to the host cluster and then bi-directionally."
1901
1901
},
1902
1902
"clusterStores": {
1903
1903
"$ref": "#/$defs/ClusterStoresSyncConfig",
@@ -2074,7 +2074,7 @@
2074
2074
},
2075
2075
"externalSecrets": {
2076
2076
"$ref": "#/$defs/ExternalSecrets",
2077
-
"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."
2077
+
"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