dummyhttp: added the dummyhttp-configmap
This commit is contained in:
parent
aa6697a64c
commit
3cbadee35a
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue