Skip to content

Add kubectl package handling #59

@noelmcloughlin

Description

@noelmcloughlin

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 }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions