chicken and egg
This commit is contained in:
parent
06600d8db3
commit
8dcb645d6a
3 changed files with 4 additions and 4 deletions
|
@ -5,3 +5,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
configMapGenerator:
|
||||
- name: emqx-conf
|
||||
files:
|
||||
- emqx.conf=./resources/emqx.conf
|
||||
|
|
|
@ -8,10 +8,6 @@ resources:
|
|||
- ./podmonitor.yaml
|
||||
patchesStrategicMerge:
|
||||
- cluster.yaml
|
||||
configMapGenerator:
|
||||
- name: emqx-conf
|
||||
files:
|
||||
- emqx.conf=./resources/emqx.conf
|
||||
replacements:
|
||||
- source:
|
||||
kind: ConfigMap
|
||||
|
|
Loading…
Reference in a new issue