Skip to content

Commit

Permalink
Merge branch 'master' into fix/add-leader-election-rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
rumstead authored Aug 22, 2023
2 parents 86d141b + 32f10de commit a73fb3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user-guide/diffing.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ spec:

The above configuration will ignore differences from all fields owned by `kube-controller-manager` for all resources belonging to this application.

If you have a slash `/` in your pointer path, you can use the `~1` character. For example:

```yaml
spec:
ignoreDifferences:
- kind: Node
jsonPointers: /metadata/labels/node-role.kubernetes.io~1worker
```

## System-Level Configuration

The comparison of resources with well-known issues can be customized at a system level. Ignored differences can be configured for a specified group and kind
Expand Down

0 comments on commit a73fb3c

Please sign in to comment.