mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-09 06:20:37 +00:00
21 lines
452 B
YAML
21 lines
452 B
YAML
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: quay.io/rebuy/aws-nuke
|
|
inputs:
|
|
- name: pinniped-ci
|
|
params:
|
|
AWS_ACCOUNT_NUMBER:
|
|
AWS_SECRET_ACCESS_KEY:
|
|
AWS_ACCESS_KEY_ID:
|
|
REALLY_CLEANUP: "no"
|
|
ALL_RESOURCES: "no"
|
|
AWS_ROLE_ARN:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/cleanup-aws/task.sh
|