Just an idea. The SLS would be simple enough. **Add**: `{%- for yamlurl in packages.kube.pkgs.add %}` `cmd.run: kubectl apply -f {{ yamlurl }}` **Remove**: `{%- for yamlurl in packages.kube.pkgs.remove %}` `cmd.run: kubectl delete -f {{ yamlurl }}`
Just an idea. The SLS would be simple enough.
Add:
{%- for yamlurl in packages.kube.pkgs.add %}cmd.run: kubectl apply -f {{ yamlurl }}Remove:
{%- for yamlurl in packages.kube.pkgs.remove %}cmd.run: kubectl delete -f {{ yamlurl }}