mirror of
https://github.com/outbackdingo/vaultwarden.git
synced 2026-01-27 18:20:49 +00:00
- allow disabling the admin token - minor fix to writing initContainers in template - update example for signupDomains - add support for push notifications - rework storage variable and add support for custom attachments dir - Makefile for testing - fix logging configuration - use alpine image - move resource config to values.yml - add readiness probe - add funding button for repo Signed-off-by: Lester Guerzon <guerzon@proton.me>
9 lines
165 B
Makefile
9 lines
165 B
Makefile
|
|
lint:
|
|
ct lint --target-branch main
|
|
|
|
test:
|
|
ct install --target-branch main --helm-extra-set-args="--set=domain=https://warden.example.com:8443"
|
|
|
|
.PHONY: lint test
|