mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-05 04:21:12 +00:00
13 lines
339 B
YAML
13 lines
339 B
YAML
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
- name: cluster
|
|
params:
|
|
APP_SELECTOR: "label:kapp.k14s.io/app" # by default, delete all kapp-installed apps
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/kapp-delete/task.sh
|