fixed namespacing issue

This commit is contained in:
j37hr0 2026-05-06 20:40:29 +12:00
parent 404f4301e3
commit b8a0663755

View file

@ -6,8 +6,6 @@ resources:
- lubelogger-mail-secret.yaml - lubelogger-mail-secret.yaml
- db - db
namespace: lubelogger
configMapGenerator: configMapGenerator:
- name: lubelogger-values - name: lubelogger-values
files: files:
@ -15,3 +13,12 @@ configMapGenerator:
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true
patches:
- target:
kind: ConfigMap
name: lubelogger-values
patch: |
- op: add
path: /metadata/namespace
value: lubelogger