mirror of
https://github.com/fluxcd/flux2-monitoring-example.git
synced 2024-12-14 10:47:31 +00:00
28eb845820
Move the KSM values to a separate file to make it easy to change without affecting the other values. Use ConfigMapGenerator to put these values in a ConfigMap and refer to it in HelmRelease as valuesFrom ConfigMap. Signed-off-by: Sunny <darkowlzz@protonmail.com>
6 lines
114 B
YAML
6 lines
114 B
YAML
nameReference:
|
|
- kind: ConfigMap
|
|
version: v1
|
|
fieldSpecs:
|
|
- path: spec/valuesFrom/name
|
|
kind: HelmRelease
|