diff --git a/README.md b/README.md index 3f4ca6a1c708911bf5a699d11095dc694f4098c0..d85c8f27dea2ec1731f619c74928d07901c04adc 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Once updated, just follow the instructions under "Compiling" and "Apply the kube ## Configuration -Jsonnet has the concept of hidden fields. These are fields, that are not going to be rendered in a result. This is used to configure the kube-prometheus components in jsonnet. In the example jsonnet code of the above [Usage section](#Usage), you can see an example of this, where the `namespace` is being configured to be `monitoring`. In order to not override the whole object, use the `+::` construct of jsonnet, to merge objects, this way you can override individual settings, but retain all other settings and defaults. +Jsonnet has the concept of hidden fields. These are fields, that are not going to be rendered in a result. This is used to configure the kube-prometheus components in jsonnet. In the example jsonnet code of the above [Customizing Kube-Prometheus section](#customizing-kube-prometheus), you can see an example of this, where the `namespace` is being configured to be `monitoring`. In order to not override the whole object, use the `+::` construct of jsonnet, to merge objects, this way you can override individual settings, but retain all other settings and defaults. These are the available fields with their respective default values: ```