updating alloy config

This commit is contained in:
James Mellors 2025-05-12 11:48:05 +01:00
parent e20b920c08
commit 37e36fe601
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: alloy-config
name: alloy-config-custom
namespace: monitoring
data:
alloy.config: |

View File

@ -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