diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index 44e9fdc..db9263a 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -1,18 +1,20 @@ controller: volumes: - - name: host-log-storage - hostPath: - path: /var/log - type: Directory + extra: + - name: host-log-storage + hostPath: + path: /var/log + type: Directory alloy: create: false name: alloy-config key: config.alloy mounts: - - mountPath: /openbao/logs - name: host-log-storage - readOnly: true + extra: + - mountPath: /openbao/logs + name: host-log-storage + readOnly: true uiPathPrefix: "/alloy"