fix(blog): corriger escapes YAML invalides dans 3 commits (lot 2)
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5m48s
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5m48s
This commit is contained in:
@@ -20,9 +20,9 @@ author: "Betty"
|
||||
|
||||
### Description
|
||||
|
||||
- Grafana datasources: remplacer \${POSTGRES_PASSWORD} par \$__file{/run/secrets/postgres_password}
|
||||
- Grafana datasources: remplacer ${POSTGRES_PASSWORD} par $__file{/run/secrets/postgres_password}
|
||||
pour PostgreSQL-MSF et PostgreSQL-ThreatIntel (la var d'env était vide → no data)
|
||||
- Sentinel DB: utiliser \$__file{/run/secrets/sentinel_pg_pass}
|
||||
- Sentinel DB: utiliser $__file{/run/secrets/sentinel_pg_pass}
|
||||
- Ajouter sentinel_pg_pass aux secrets Grafana
|
||||
- Bump config grafana-datasources_v5 → v6 (Docker configs immuables)
|
||||
- postfix-exporter: ajouter règle rsyslog (postfix_rsyslog_maillog Docker config)
|
||||
|
||||
Reference in New Issue
Block a user