Skip to content

Commit

Permalink
Merge pull request #7123 from zalando-incubator/cleanup-deletions
Browse files Browse the repository at this point in the history
Cleanup deletions
  • Loading branch information
AlexanderYastrebov authored Mar 12, 2024
2 parents ec79ba6 + b7eed9c commit 802e356
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions cluster/manifests/deletions.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,8 @@
# everything defined under here will be deleted before applying the manifests
pre_apply:
- name: cronjob-monitor
namespace: kube-system
kind: Deployment

# TODO: remove after rollout
- kind: CronJob
name: secret-combiner
namespace: kube-system
- kind: RoleBinding
name: secret-combiner
namespace: kube-system
- kind: Role
name: secret-combiner
namespace: kube-system
- kind: ServiceAccount
name: secret-combiner
namespace: kube-system
pre_apply: []

# everything defined under here will be deleted after applying the manifests
post_apply:
- name: cronjob-monitor
namespace: kube-system
kind: VerticalPodAutoscaler
- name: cronjob-monitor
kind: ClusterRole
- name: cronjob-monitor
kind: ClusterRoleBinding
- name: cronjob-monitor
namespace: kube-system
kind: ServiceAccount
{{ if eq .Cluster.ConfigItems.teapot_admission_controller_process_resources "true" }}
- name: limits
namespace: default
Expand Down

0 comments on commit 802e356

Please sign in to comment.