Skip to content

Commit

Permalink
Move one more bootstrap comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Feb 11, 2024
1 parent 6d97551 commit 767958c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Or `make apply` to deploy locally.
After installing k3s there are a few steps that don't make sense to automate since they (hopefully) won't need to happen again.

```bash
kubectl create secret generic oauth-cookie-secret --from-literal=secret=$(openssl rand -base64 24)
kubectl create secret generic keycloak-admin --from-literal=KEYCLOAK_ADMIN_PASSWORD=$(openssl rand -base64 16)
kubectl create secret generic profile-file-token-key --from-literal=key=$(openssl rand -base64 32)
kubectl create secret generic reporting-psql --from-literal=password=$(openssl rand -base64 24)
Expand Down
4 changes: 0 additions & 4 deletions patches/oauth-sidecar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Assumes the cookie secret has been generated like this:
#
# > kubectl create secret generic oauth-cookie-secret --from-literal=secret=$(openssl rand -base64 24)

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 767958c

Please sign in to comment.