++ disable istio injection for vault in d8-ugmk-prod

This commit is contained in:
Kochetkov S 2026-07-13 17:13:35 +03:00
parent 5dcd01daa4
commit 097696fdb4
2 changed files with 11 additions and 0 deletions

View File

@ -10,3 +10,8 @@ patches:
kind: HelmRelease
name: vault
namespace: vault
- path: ./patches/vault-namespace.yaml
target:
version: v1
kind: Namespace
name: vault

View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: vault
labels:
istio-injection: disabled