Closed stefanprodan closed 2 years ago
If you use kubectl to edit an object managed by Kustomizer, all changes will be undone when Kustomizer applies an inventory containing that object.
In addition, Kustomizer removes the last-applied-configuration annotation set by kubectl apply from all objects it manages.
last-applied-configuration
kubectl apply
If you use kubectl to edit an object managed by Kustomizer, all changes will be undone when Kustomizer applies an inventory containing that object.
In addition, Kustomizer removes the
last-applied-configuration
annotation set bykubectl apply
from all objects it manages.