From 9e01df4a3ca37994dbe063085e52ac56d0762622 Mon Sep 17 00:00:00 2001 From: ciaranRoche Date: Thu, 27 Jun 2019 13:05:13 +0100 Subject: [PATCH] Add bucket param to operator config args --- configs/aws-service-operator.yaml | 1 + readme.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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`