Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Add bucket param to operator config args #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configs/aws-service-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,4 @@ items:
- --region=<REGION>
- --account-id=<ACCOUNT_ID>
- --k8s-namespace=<K8S_NAMESPACE>
- --bucket=<BUCKET_NAME>
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Before applying these resources make sure to replace the following placeholders
- `<ACCOUNT_ID>` - Your AWS Account ID
- `<REGION>` - The AWS Region you're working in
- `<CLUSTER_NAME>` - The name of your cluster
- `<BUCKET_NAME>` - (optional) The operator stores certain things in s3 create a bucket or provide an existing bucket for the operator to use `i.e. aws s3 mb s3://foobar`
- `<BUCKET_NAME>` - The operator stores certain things in s3, create a bucket or provide an existing bucket for the operator to use `i.e. aws s3 mb s3://foobar`
- `<K8S_NAMESPACE>` - (optional) This will scope kubernetes API calls to a specific namespace. If used consider adding a namespace to the resources defined in `configs/aws-service-operator.yaml`


Expand Down