Skip to content

Commit

Permalink
Merge pull request #241 from cloud-eda/pvc-cleaner-all-namespaces-mod…
Browse files Browse the repository at this point in the history
…e-pr

Enable all-namespaces mode for pvc-cleaner.
  • Loading branch information
Michkov authored Apr 19, 2022
2 parents 95b5c40 + 2b872f2 commit 1820ca0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 26 deletions.
7 changes: 0 additions & 7 deletions components/build/pvc-cleaner/gitops/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions components/build/pvc-cleaner/has/kustomization.yaml

This file was deleted.

25 changes: 20 additions & 5 deletions components/build/pvc-cleaner/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
resources:
- namespace.yaml
- .tekton
- https://github.com/redhat-appstudio/pvc-cleaner/infra-deployments/common?ref=4f765725e76a2cce692a2400144b76ea32345ee9
- https://github.com/redhat-appstudio/pvc-cleaner//infra-deployments?ref=a1b63d4db48735f421454c13c7d5aa7e9b0084ba

bases:
- ./pipeline-applications
- ./has
- ./gitops
images:
- name: quay.io/redhat-appstudio/pvc-cleaner
newName: quay.io/redhat-appstudio/pvc-cleaner
newTag: a1b63d4db48735f421454c13c7d5aa7e9b0084ba

patchesStrategicMerge:
- |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: pvc-cleaner
spec:
template:
spec:
containers:
- name: pvc-cleaner
env:
- name: "PVC_POD_CLEANER_IMAGE"
value: "quay.io/redhat-appstudio/pvc-pod-cleaner:a1b63d4db48735f421454c13c7d5aa7e9b0084ba"
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

This file was deleted.

0 comments on commit 1820ca0

Please sign in to comment.