enable Istio sidecar injection on kipunji namespace

This commit is contained in:
2025-03-06 09:08:51 -06:00
parent 0037c7b06a
commit 77188e577d

View File

@ -4,3 +4,12 @@ kind: Kustomization
resources:
- https://git.kill0.net/ryanc/kipunji/kustomize
- ingress.yaml
patches:
- patch: |
- op: add
path: /metadata/labels/istio-injection
value: enabled
target:
kind: Namespace
name: kipunji