Send secure, self-destructing messages that can only be read once and must be read within a specific time frame.
Check it out on once.getswytch.com.
Add a deployment.values.yaml
file to the root of the project with the following content:
secrets:
stateSecret: a secret string
image: ghcr.io/bottledcode/swytch/once
rethinkdb:
host: rethinkdb.host
db: swytch-once
user: once
password: a password
Then install loft CLI and Devspace:
loft use space MY-SPACE
devspace deploy
devspace dev