Skip to content

Commit

Permalink
fix(docs): fix example in userguide/diffing (#18730)
Browse files Browse the repository at this point in the history
Signed-off-by: tillepille <github@tillepille.io>
  • Loading branch information
tillepille committed Jun 19, 2024
1 parent e6dc415 commit 331944a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user-guide/diffing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ If you have a slash `/` in your pointer path, you need to replace it with the `~
spec:
ignoreDifferences:
- kind: Node
jsonPointers: /metadata/labels/node-role.kubernetes.io~1worker
jsonPointers:
- /metadata/labels/node-role.kubernetes.io~1worker
```

## System-Level Configuration
Expand Down

0 comments on commit 331944a

Please sign in to comment.