Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PipeCD to delete a resource in CloudRunApp #5007

Open
ucpr opened this issue Jun 28, 2024 · 0 comments
Open

Support for PipeCD to delete a resource in CloudRunApp #5007

ucpr opened this issue Jun 28, 2024 · 0 comments

Comments

@ucpr
Copy link

ucpr commented Jun 28, 2024

What would you like to be added:

I want to delete a resource, like the following, in CloudRunApp.

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
  name: SERVICE_NAME
spec:
...

In a Kubernetes application, in order to remove a resource, we need to put QuickSync.prune or PipelineSync.prune in the PipeCD application manifest.
It would be nice to have the same configuration for CloudRunApp.

Why is this needed:

Without this feature, developers need to delete Cloud Run on Google Cloud Console manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant