Skip to content

Commit

Permalink
Fix typo is vault secret path
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik705 committed Mar 26, 2024
1 parent 7b19a18 commit 3c41fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/openstack-glance.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl exec --stdin=true --tty=true vault-0 -n vault -- \

``` shell
kubectl exec --stdin=true --tty=true vault-0 -n vault -- \
vault kv put osh/heat/glance-rabbitmq-password username=glance
vault kv put osh/glance/glance-rabbitmq-password username=glance

kubectl exec --stdin=true --tty=true vault-0 -n vault -- \
vault kv patch -mount=osh/glance glance-rabbitmq-password \
Expand Down
2 changes: 1 addition & 1 deletion docs/openstack-keystone.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl exec --stdin=true --tty=true vault-0 -n vault -- \

``` shell
kubectl exec --stdin=true --tty=true vault-0 -n vault -- \
vault kv put osh/heat/keystone-rabbitmq-password username=keystone
vault kv put osh/keystone/keystone-rabbitmq-password username=keystone

kubectl exec --stdin=true --tty=true vault-0 -n vault -- \
vault kv patch -mount=osh/keystone keystone-rabbitmq-password \
Expand Down

0 comments on commit 3c41fa6

Please sign in to comment.