Compare commits

..

2 Commits

Author SHA1 Message Date
b7ffb96beb
Override calendso startup
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2021-12-26 21:57:39 +00:00
a34ae89b33
Use custom calendso image
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2021-12-26 21:47:10 +00:00

View File

@ -42,6 +42,12 @@ spec:
- name: web
image: calendso/calendso:latest
imagePullPolicy: Always
command:
- sh
- -c
- |
apt update && apt install -y netcat
/app/scripts/start.sh
env:
- name: NEXT_PUBLIC_LICENSE_CONSENT
value: agree