1
0
Fork 0

dummyhttp: added the dummyhttp-configmap

This commit is contained in:
Sergio Talens-Oliag 2025-05-01 19:41:13 +02:00
parent aa6697a64c
commit 3cbadee35a
Signed by: sto
GPG key ID: 821AEE0FD167FBDF

View file

@ -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: