Skip to content

Commit

Permalink
Merge pull request #100 from ceramicnetwork/JustinaPetr-patch-2
Browse files Browse the repository at this point in the history
Update the instructions for creating secrets
  • Loading branch information
JustinaPetr authored Aug 9, 2024
2 parents 62df9c9 + a6037a4 commit a2f129e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ cd simpledeploy/k8s/base/ceramic-one
2. Run the following commands to deploy the stack:
```
# Create a namespace for the deployment
kubectl create namespace ceramic-one-0-17-0
export CERAMIC_NAMESPACE=ceramic-one-0-17-0
kubectl create namespace ${CERAMIC_NAMESPACE}
# Create the necessary secrets
./scripts/create-secrets.sh
Expand Down

0 comments on commit a2f129e

Please sign in to comment.