Skip to content

Commit d5ddaba

Browse files
mount secret and update config
1 parent b9d6cc9 commit d5ddaba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clusters/svc.ez.soeren.cloud/monitoring/prometheus/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ components:
1010
- ../../../../apps/monitoring/prometheus/components/rbac
1111
- ../../../../apps/monitoring/prometheus/components/reverse-proxy
1212
- ../../../../apps/monitoring/prometheus/components/tls-client-cert
13+
- ../../../../apps/monitoring/prometheus/components/tokens
1314
configMapGenerator:
1415
- name: monitoring-prometheus-config
1516
files:

clusters/svc.ez.soeren.cloud/monitoring/prometheus/prometheus-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ scrape_configs:
8888
format: [prometheus]
8989
scheme: https
9090
authorization:
91-
credentials_file: /tokens/vault
91+
credentials_file: /etc/tokens/vault-token
9292
static_configs:
9393
- targets: [vault.ez.soeren.cloud:8200]
9494
- job_name: vault-prod-tls

0 commit comments

Comments
 (0)