Commit 687e4997 authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

fix(snmp): migrate seed snmp.yml to auths/modules schema for v0.30.1 compatibility

The init-container seeds /etc/snmp_exporter/snmp.yml from this ConfigMap
before the snmpexporter container starts. The previous seed used the
pre-v0.24 flat schema (module names at top level) which snmp_exporter
v0.30.1 rejects at startup, causing CrashLoopBackOff and helm install
to time out with context deadline exceeded.

Replace with a minimal valid stub in the auths/modules split schema.
The Day-1 generate_snmp primitive overwrites this with the real config.
parent f38cf1a0
Loading
Loading
Loading
Loading
Loading
+8 −20065

File changed.

Preview size limit exceeded, changes collapsed.