Refactor kustomization, implement cleanup with finalizers and write tests

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis
2022-12-12 18:09:31 +02:00
parent 224291994f
commit 1346374650
15 changed files with 284 additions and 175 deletions

View File

@@ -9,4 +9,10 @@ rules:
- pods
verbs:
- list
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create