feat: add kustomization for image updater support

This commit is contained in:
Ryan Moon
2026-04-03 15:33:25 -05:00
parent 8badd440ed
commit 3191f697b5
2 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ingress.yaml
- rbac.yaml