Skip to content

Commit

Permalink
chore: add a default uds task to deploy podinfo (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Apr 17, 2024
1 parent 2e23ae3 commit c60e1ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks.yaml
Expand Up @@ -7,6 +7,13 @@ includes:
- pull: ./tasks/pull.yaml

tasks:
- name: default
description: Create and deploy the podinfo package on a fresh cluster
actions:
- task: create-podinfo-test-bundle
- task: setup:k3d-test-cluster
- task: deploy:test-bundle

- name: create-podinfo-package
description: Create UDS Podinfo Package
actions:
Expand Down

0 comments on commit c60e1ba

Please sign in to comment.