Skip to content

mhutter/rhea

Repository files navigation

rhea GitOps

Secrets

The easiest way to generate SealedSecrets is to create a file called something.secret.yaml, and then use make something.sealed-secret.json to generate the SealedSecret using kubeseal. Make sure to put the Namespace in the Secret yaml, as SealedSecret resources are namespace-specific!

Creating PostgreSQL databases

APP=someapp
k exec -it psql-0 -- /scripts/createdb.sh $APP | kubeseal -n $APP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published