Skip to content

Commit

Permalink
docs: managedFieldsManagers example in docs needs double-quotes (#14324
Browse files Browse the repository at this point in the history
…) (#14372)

* is a Yaml special character and must be quoted, otherwise ArgoCD fails to parse and shows an error.

Signed-off-by: Paul Martin <paul.martin@gmail.com>
Co-authored-by: Paul Martin <paul.martin@gmail.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and pgpx committed Jul 6, 2023
1 parent d9dfdae commit cb06d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/diffing.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ To ignore fields owned by specific managers defined in your live resources:
```yaml
spec:
ignoreDifferences:
- group: *
kind: *
- group: "*"
kind: "*"
managedFieldsManagers:
- kube-controller-manager
```
Expand Down

0 comments on commit cb06d7d

Please sign in to comment.