Skip to content

Commit 418676e

Browse files
committed
Nits
Signed-off-by: Andrew Hall <[email protected]>
1 parent c79ae0d commit 418676e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/rollout-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It is not a highly available application and runs as a single pod.
3939

4040
Starting with v0.33.0 of the rollout-operator chart, the rollout-operator webhooks are enabled. See https://github.com/grafana/rollout-operator/#webhooks.
4141

42-
Before upgrading to this version, make sure that the CustomResourceDefinitions (CRDs) in the rollout-operator/crds directory are applied to your cluster.
42+
Before upgrading to this version, make sure that the CustomResourceDefinitions (CRDs) in the `crds` directory are applied to your cluster.
4343

4444
Manually applying these CRDs is only required if upgrading from a chart <= v0.32.0.
4545

@@ -80,6 +80,6 @@ Manually applying these CRDs is only required if upgrading from a chart <= v0.32
8080
| serviceMonitor.relabelings | list | `[]` | ServiceMonitor relabel configs to apply to samples before scraping https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#relabelconfig |
8181
| serviceMonitor.scrapeTimeout | string | `nil` | ServiceMonitor scrape timeout in Go duration format (e.g. 15s) |
8282
| tolerations | list | `[]` | |
83-
| webhooks.enabled | bool | `true` | Enable the rollout-operator webhooks. See https://github.com/grafana/rollout-operator/#webhooks. Note that the webhooks require custom resource definitions. If upgrading, manually apply the files in the charts/rollout-operator/crds/ directory. |
83+
| webhooks.enabled | bool | `true` | Enable the rollout-operator webhooks. See https://github.com/grafana/rollout-operator/#webhooks. Note that the webhooks require custom resource definitions. If upgrading, manually apply the files in the `crds` directory. |
8484
| webhooks.failurePolicy | string | `"Fail"` | Validating and mutating webhook failure policy. `Ignore` or `Fail`. |
8585
| webhooks.selfSignedCertSecretName | string | `"certificate"` | Secret resource name for the TLS certificate to be used with the webhooks |

charts/rollout-operator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It is not a highly available application and runs as a single pod.
3939

4040
Starting with v0.33.0 of the rollout-operator chart, the rollout-operator webhooks are enabled. See https://github.com/grafana/rollout-operator/#webhooks.
4141

42-
Before upgrading to this version, make sure that the CustomResourceDefinitions (CRDs) in the rollout-operator/crds directory are applied to your cluster.
42+
Before upgrading to this version, make sure that the CustomResourceDefinitions (CRDs) in the `crds` directory are applied to your cluster.
4343

4444
Manually applying these CRDs is only required if upgrading from a chart <= v0.32.0.
4545

charts/rollout-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ serviceMonitor:
9595

9696
webhooks:
9797
# -- Enable the rollout-operator webhooks. See https://github.com/grafana/rollout-operator/#webhooks.
98-
# Note that the webhooks require custom resource definitions. If upgrading, manually apply the files in the charts/rollout-operator/crds/ directory.
98+
# Note that the webhooks require custom resource definitions. If upgrading, manually apply the files in the `crds` directory.
9999
enabled: true
100100
# -- Validating and mutating webhook failure policy. `Ignore` or `Fail`.
101101
failurePolicy: "Fail"

0 commit comments

Comments
 (0)