From 3cbadee35a2a4afc70bfb1fce9990583e82a1a11 Mon Sep 17 00:00:00 2001 From: Sergio Talens-Oliag Date: Thu, 1 May 2025 19:41:13 +0200 Subject: [PATCH] dummyhttp: added the dummyhttp-configmap --- apps/dummyhttp/overlays/test/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/dummyhttp/overlays/test/kustomization.yaml b/apps/dummyhttp/overlays/test/kustomization.yaml index d9b3878..206a705 100644 --- a/apps/dummyhttp/overlays/test/kustomization.yaml +++ b/apps/dummyhttp/overlays/test/kustomization.yaml @@ -2,6 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base +# Add the config map +configMapGenerator: +- name: dummyhttp-configmap + literals: + - CM_VAR="Default Test Value" + behavior: create + options: + disableNameSuffixHash: true patches: # Add reloader annotations - target: