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
* 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>
  • Loading branch information
pgpx authored Jul 6, 2023
1 parent d475b81 commit ef8dae8
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 ef8dae8

Please sign in to comment.