feat(vaultwarden): Add admin portal button (#1673)
* feat(vaultwarden): Add admin portal button * bump patch
This commit is contained in:
@@ -28,7 +28,7 @@ name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 13.0.20
|
||||
version: 13.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- security
|
||||
|
||||
@@ -7,6 +7,14 @@ portals:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$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:
|
||||
- variable: portal
|
||||
group: "Container Image"
|
||||
|
||||
Reference in New Issue
Block a user