Skip to content

Commit

Permalink
Fix kanister doc inconsistency (#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored and Ilya Kislenko committed Oct 17, 2018
1 parent f349745 commit 1ecfd8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/helm_instructions/create_profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ create as part of the first instance.

* Create a bucket for artifacts on your S3 store. This will be your
``s3.bucket`` parameter to the command.
* Obtain ``s3.apiKey`` and ``s3.secretKey`` credentials for an
* Obtain ``s3.accessKey`` and ``s3.secretKey`` credentials for an
account with access to the bucket that you will use.
* Configure the permissions on the bucket to allow the account to
list, put, get, and delete.
Expand Down
4 changes: 2 additions & 2 deletions docs/helm_instructions/mongodb_instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Then install the sample MongoDB replica set application in its own namespace.
--set profile.profileName='mongo-test-profile' \
--set profile.s3.bucket="kanister-bucket" \
--set profile.s3.endpoint="https://my-custom-s3-provider:9000" \
--set profile.s3.apiKey="AKIAIOSFODNN7EXAMPLE" \
--set profile.s3.accessKey="AKIAIOSFODNN7EXAMPLE" \
--set profile.s3.secretKey="wJalrXUtnFEMI!K7MDENG!bPxRfiCYEXAMPLEKEY" \
--set kanister.controller_namespace="kanister" \
--set resplicas=1 \
--set replicas=1 \
--set persistentVolume.size=2Gi
.. only:: defaultns
Expand Down
2 changes: 1 addition & 1 deletion docs/helm_instructions/mysql_instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Then install the sample MySQL application in its own namespace.
--set profile.profileName='mysql-test-profile' \
--set profile.s3.bucket="kanister-bucket" \
--set profile.s3.endpoint="https://my-custom-s3-provider:9000" \
--set profile.s3.apiKey="AKIAIOSFODNN7EXAMPLE" \
--set profile.s3.accessKey="AKIAIOSFODNN7EXAMPLE" \
--set profile.s3.secretKey="wJalrXUtnFEMI!K7MDENG!bPxRfiCYEXAMPLEKEY" \
--set kanister.controller_namespace="kanister" \
--set mysqlRootPassword="asd#45@mysqlEXAMPLE" \
Expand Down
2 changes: 1 addition & 1 deletion docs/helm_instructions/pgsql_instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Then install the sample PostgreSQL application in its own namespace.
--set profile.profileName='postgres-test-profile' \
--set profile.s3.bucket="kanister-bucket" \
--set profile.s3.endpoint="https://my-custom-s3-provider:9000" \
--set profile.s3.apiKey="AKIAIOSFODNN7EXAMPLE" \
--set profile.s3.accessKey="AKIAIOSFODNN7EXAMPLE" \
--set profile.s3.secretKey="wJalrXUtnFEMI!K7MDENG!bPxRfiCYEXAMPLEKEY" \
--set kanister.controller_namespace="kanister"
Expand Down

0 comments on commit 1ecfd8d

Please sign in to comment.