Fix helm uninstall cleanup by adding finalizers and cleaning them from the controller (#2433)

Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
Nikola Jokic
2023-04-03 21:06:12 +02:00
committed by GitHub
parent 2a0b770a63
commit 5dea6db412
17 changed files with 958 additions and 37 deletions

View File

@@ -133,4 +133,5 @@ rules:
verbs:
- list
- watch
- patch
{{- end }}

View File

@@ -81,4 +81,4 @@ rules:
verbs:
- list
- watch
{{- end }}
{{- end }}

View File

@@ -114,4 +114,5 @@ rules:
verbs:
- list
- watch
{{- end }}
- patch
{{- end }}