From d30e75a2b0e4b941622211f07147ee1311402d55 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Mon, 8 Jun 2026 15:51:26 +0200 Subject: [PATCH] add configuration to patch configmap path --- ptp-chat/config-map-config.yaml | 8 ++++++++ ptp-chat/kustomization.yaml | 1 + 2 files changed, 9 insertions(+) create mode 100644 ptp-chat/config-map-config.yaml diff --git a/ptp-chat/config-map-config.yaml b/ptp-chat/config-map-config.yaml new file mode 100644 index 0000000..374df26 --- /dev/null +++ b/ptp-chat/config-map-config.yaml @@ -0,0 +1,8 @@ +nameReference: + - kind: ConfigMap + version: v1 + fieldSpecs: + - kind: Deployment + version: v1 + group: apps + path: spec.template.spec.volumes.configMap.name \ No newline at end of file diff --git a/ptp-chat/kustomization.yaml b/ptp-chat/kustomization.yaml index 7026111..67178a9 100644 --- a/ptp-chat/kustomization.yaml +++ b/ptp-chat/kustomization.yaml @@ -9,6 +9,7 @@ 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