Skip to content

Commit 26e1a59

Browse files
add prometheus vault token syncer
1 parent f78ed46 commit 26e1a59

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
namespace: monitoring
5+
resources:
6+
- ../../../../apps/monitoring/prometheus-vault-token-syncer
7+
patches:
8+
- patch: |
9+
apiVersion: "batch/v1"
10+
kind: "CronJob"
11+
metadata:
12+
name: "prometheus-vault-token-syncer"
13+
spec:
14+
jobTemplate:
15+
spec:
16+
template:
17+
spec:
18+
containers:
19+
- name: "prometheus-vault-token-syncer"
20+
env:
21+
- name: "VAULT_MOUNT_PATH"
22+
value: "svc.ez.soeren.cloud"

0 commit comments

Comments
 (0)