diff --git a/alloy/helm/configmap.yaml b/alloy/helm/configmap.yaml index 5d28c51..31dedc3 100644 --- a/alloy/helm/configmap.yaml +++ b/alloy/helm/configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: alloy-config + name: alloy-config-custom namespace: monitoring data: alloy.config: | diff --git a/alloy/values.yaml b/alloy/values.yaml index 528247e..e46d5e3 100644 --- a/alloy/values.yaml +++ b/alloy/values.yaml @@ -17,6 +17,6 @@ alloy: # -- Create a new ConfigMap for the config file. create: true # -- Name of existing ConfigMap to use. Used when create is false. - name: alloy-config + name: alloy-config-custom # -- Key in ConfigMap to get config from. key: alloy.config \ No newline at end of file