Skip to content

Commit e943f82

Browse files
install vault token syncer
1 parent f45e230 commit e943f82

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
namespace: "monitoring"
14+
spec:
15+
jobTemplate:
16+
spec:
17+
template:
18+
spec:
19+
containers:
20+
- name: "prometheus-vault-token-syncer"
21+
env:
22+
- name: "VAULT_MOUNT_PATH"
23+
value: "svc.dd.soeren.cloud"

0 commit comments

Comments
 (0)