mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
Cleanup: vault
This commit is contained in:
parent
b304698fd5
commit
09f7944001
2 changed files with 3 additions and 8 deletions
|
@ -7,11 +7,6 @@ apps:
|
||||||
chart: vault
|
chart: vault
|
||||||
targetRevision: 0.18.0
|
targetRevision: 0.18.0
|
||||||
syncWave: "-3"
|
syncWave: "-3"
|
||||||
parameters:
|
|
||||||
- name: global.psp.enabled
|
|
||||||
value: "true"
|
|
||||||
- name: server.dev.enabled
|
|
||||||
value: "false"
|
|
||||||
|
|
||||||
# Vault Secret Operator for automatic Secret injection
|
# Vault Secret Operator for automatic Secret injection
|
||||||
- name: vault-secrets-operator
|
- name: vault-secrets-operator
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
global:
|
global:
|
||||||
enabled: true
|
enabled: true
|
||||||
tlsDisable: true
|
tlsDisable: true
|
||||||
psp:
|
psp:
|
||||||
enable: true
|
enable: true
|
||||||
|
@ -25,7 +25,7 @@ server:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
dev:
|
dev:
|
||||||
enabled: false
|
enabled: false
|
||||||
ha:
|
ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -58,4 +58,4 @@ server:
|
||||||
path = "/vault/data"
|
path = "/vault/data"
|
||||||
}
|
}
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue