Skip to content

Commit

Permalink
Some small fixes for the Install Kuadrant and Sail via OLM guide. (#1070
Browse files Browse the repository at this point in the history
)

Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan authored Dec 6, 2024
1 parent 14d9900 commit a8c96ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/install/configure/aws/aws-credentials.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
KUADRANT_AWS_ACCESS_KEY_ID=xxx
KUADRANT_AWS_SECRET_ACCESS_KEY=xxx
KUADRANT_AWS_REGION=eu-west-1
KUADRANT_AWS_DNS_PUBLIC_ZONE_ID=xxx
3 changes: 2 additions & 1 deletion config/install/configure/aws/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

## NOTE YOU NEED TO CREATE A aws-provider-credentials.env file first!
# NOTE: Ensure you create an `aws-credentials.env` file before proceeding.
# You can start by copying `aws-credentials.env.sample` and customising it as needed.

resources:
- ../standard
Expand Down

0 comments on commit a8c96ef

Please sign in to comment.