How to edit a k8s daemonset yaml automatically in GitHub Actions environment?
I want to edit the daemonset yaml file in a github actions environment.
In a normal environment we can use the kubectl edit daemonset -n kubearmor
(kubearmor is the namespace) command to open a vi/nano instance and edit, then save the changes.