fix(setup): use server-side apply for kustomization #112
Reference in New Issue
Block a user
Delete Branch "fix/setup-server-side-apply"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update kustomization apply commands to use server-side apply for
better resource management and concurrency handling. This change
ensures that all applied resources are updated in a more
efficient manner and helps avoid conflicts in multi-node
environments.