flux v2.9.5
Kustomization.spec.ignore
Ignore is a list of rules for specifying which changes to ignore during drift detection. These rules are applied to the resources managed by the Kustomization and are used to exclude specific JSON pointer paths from the drift detection and apply process.
| Field / Type | Description |
|---|---|
Paths is a list of JSON Pointer (RFC 6901) paths to be excluded from consideration in a Kubernetes object. | |
Target is a selector for specifying Kubernetes objects to which this rule applies. If Target is not set, the Paths will be ignored for all Kubernetes objects within the manifest of the Kustomization. |