We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782dd89 commit 9c79c33Copy full SHA for 9c79c33
config/schemas/config.yaml
@@ -1051,6 +1051,20 @@ properties:
1051
type: string
1052
tolerations:
1053
$ref: '#/$defs/tolerations'
1054
+ storagePrefix:
1055
+ type: string
1056
+ examples:
1057
+ - workload-cluster
1058
+ excludedNamespaces:
1059
+ description: Excluded namespaces
1060
+ type: array
1061
+ items:
1062
1063
+ excludedExtraNamespaces:
1064
+ description: Extra excluded namespace, here we should add the namespaces that are more likely to change
1065
1066
1067
1068
type: object
1069
additionalProperties:
1070
0 commit comments