This repository was archived by the owner on Nov 24, 2023. It is now read-only.
File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ apiVersion: v2
2
2
name : vault
3
3
description : Helm chart to deploy Vault to an OpenShift Cluster
4
4
type : application
5
- version : 0.0.14
5
+ version : 0.0.15
6
6
appVersion : " 1.0.0"
7
- dependencies :
7
+ maintainers :
8
+ - name : claudiol
9
+
10
+ dependencies :
8
11
- name : vault
9
12
version : v0.21.0
10
13
repository : https://helm.releases.hashicorp.com
Original file line number Diff line number Diff line change 1
-
2
1
# Hashicorp Vault Helm Chart
3
2
global :
4
3
tlsDisable : false
5
4
openshift : true
6
-
7
5
vault :
8
6
enabled : true
9
-
10
7
ui :
11
8
enabled : true
12
-
13
9
server :
14
10
extraEnvironmentVars :
15
11
VAULT_CAPATH : /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt
16
12
VAULT_ADDR : https://vault-internal.hashicorp.svc.cluster.local:8200
17
-
18
13
route :
19
14
enabled : true
20
15
host : null
21
-
22
16
standalone :
23
17
enabled : true
24
18
config : |
@@ -34,16 +28,13 @@ vault:
34
28
}
35
29
ha :
36
30
enabled : false
37
-
38
31
extraVolumes :
39
32
- type : secret
40
33
name : vault-secret
41
-
42
34
service :
43
35
enabled : true
44
36
annotations :
45
37
service.beta.openshift.io/serving-cert-secret-name : vault-secret
46
-
47
38
# OpenShift Client
48
39
vault-bootstrap :
49
40
enabled : True
You can’t perform that action at this time.
0 commit comments