feat(vaultwarden): Add admin portal button (#1673)

* feat(vaultwarden): Add admin portal button

* bump patch
This commit is contained in:
Stavros Kois
2022-01-10 18:11:16 +01:00
committed by GitHub
parent d8d8d77ef6
commit d866bdb36a
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: vaultwarden
sources: sources:
- https://github.com/dani-garcia/vaultwarden - https://github.com/dani-garcia/vaultwarden
type: application type: application
version: 13.0.20 version: 13.0.21
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- security - security
+8
View File
@@ -7,6 +7,14 @@ portals:
- "$kubernetes-resource_configmap_portal_host" - "$kubernetes-resource_configmap_portal_host"
ports: ports:
- "$kubernetes-resource_configmap_portal_port" - "$kubernetes-resource_configmap_portal_port"
admin:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
path: "/admin/"
questions: questions:
- variable: portal - variable: portal
group: "Container Image" group: "Container Image"