Files
vaultwarden/Makefile
Lester Guerzon dcb1ca1cfd feat: multiple features
- 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>
2023-11-05 18:02:31 +08:00

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