commit 0ebc4be579710d5a0508b7d0caab0e7ecb87dc9b parent 60a492979da019449dc738df6168c46e3027edc6 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 21 Aug 2023 13:40:45 +0200 Fix path to secret Diffstat:
| M | apps/production/kube-prometheus-stack-values.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/production/kube-prometheus-stack-values.yaml b/apps/production/kube-prometheus-stack-values.yaml @@ -14,7 +14,7 @@ spec: scheme: https basic_auth: username: asterisk - password_file: /etc/prometheus/secrets/asterisk-secret + password_file: /etc/prometheus/secrets/prometheus-asterisk-secret/asterisk-secret static_configs: - targets: - pbx.midnightthoughts.space