Skip to content

Commit

Permalink
docs: correct the release name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Dec 23, 2022
1 parent f3ab4f8 commit 7d91421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3-migration-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ kubectl apply \
due to:

```text
Error: UPGRADE FAILED: cannot patch "collection1-prometheus-node-exporter" with kind DaemonSet: DaemonSet.apps "collection1-prometheus-node-exporter" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/instance":"collection1", "app.kubernetes.io/name":"prometheus-node-exporter"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
Error: UPGRADE FAILED: cannot patch "collection-prometheus-node-exporter" with kind DaemonSet: DaemonSet.apps "collection-prometheus-node-exporter" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/instance":"collection", "app.kubernetes.io/name":"prometheus-node-exporter"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
```

- In case of overriding any of the `repository` property under the `kube-prometheus-stack` property,
Expand Down

0 comments on commit 7d91421

Please sign in to comment.