diff --git a/configs/aws-service-operator.yaml b/configs/aws-service-operator.yaml index d84eb70d4..277b8d570 100644 --- a/configs/aws-service-operator.yaml +++ b/configs/aws-service-operator.yaml @@ -236,3 +236,4 @@ items: - --region= - --account-id= - --k8s-namespace= + - --bucket= diff --git a/readme.adoc b/readme.adoc index 672b364c0..90db53290 100644 --- a/readme.adoc +++ b/readme.adoc @@ -53,7 +53,7 @@ Before applying these resources make sure to replace the following placeholders - `` - Your AWS Account ID - `` - The AWS Region you're working in - `` - The name of your cluster -- `` - (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` +- `` - 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` - `` - (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`