feat: add reloader

- deploy reloader via helm
- only watch configmaps, secrets are reloaded by vso
This commit is contained in:
2026-03-01 16:33:07 +11:00
parent c52af7eb11
commit a7741ff33a
6 changed files with 65 additions and 0 deletions
@@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
+5
View File
@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: reloader-system