add namespace in kustomization for resource patching
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-08 15:57:27 +02:00
parent d30e75a2b0
commit 023bdc0863
2 changed files with 2 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ptp-chat
resources:
- ptp-chat-backend.yaml
- ptp-chat-frontend.yaml
@@ -9,7 +11,6 @@ resources:
- ptp-chat-istio.yaml
- ptp-chat-sealed-secret.yaml
- ptp-chat-pull-sealed-secret.yaml
- config-map-config.yaml
configMapGenerator:
- name: ptp-chat-frontend-env