chicken and egg

This commit is contained in:
Joseph Hanson 2024-09-22 23:38:46 -05:00
parent 06600d8db3
commit 8dcb645d6a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 4 additions and 4 deletions

View file

@ -5,3 +5,7 @@ kind: Kustomization
resources: resources:
- ./externalsecret.yaml - ./externalsecret.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
configMapGenerator:
- name: emqx-conf
files:
- emqx.conf=./resources/emqx.conf

View file

@ -8,10 +8,6 @@ resources:
- ./podmonitor.yaml - ./podmonitor.yaml
patchesStrategicMerge: patchesStrategicMerge:
- cluster.yaml - cluster.yaml
configMapGenerator:
- name: emqx-conf
files:
- emqx.conf=./resources/emqx.conf
replacements: replacements:
- source: - source:
kind: ConfigMap kind: ConfigMap