Skip to content

Commit

Permalink
docs: cite region param for create secrets script
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 2, 2024
1 parent 35d522b commit 192f05b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/infrastructure-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ kubectl apply -k /opt/genestack/base-kustomize/openstack
Then you can create all needed secrets by running the create-secrets.sh command located in /opt/genestack/bin

``` shell
/opt/genestack/bin/create-secrets.sh
/opt/genestack/bin/create-secrets.sh -h
Usage: ./create-secrets.sh [--region <region> default: RegionOne]
```

That will create a kubesecrets.yaml file located in /etc/genestack
Expand Down

0 comments on commit 192f05b

Please sign in to comment.