Skip to content

Commit

Permalink
Some small fixes for the Install Kuadrant and Sail via OLM guide.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Dec 4, 2024
1 parent 9e8480c commit 3990369
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion config/install/standard/kuadrant-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: CatalogSource
metadata:
name: kuadrant-operator-catalog
spec:
image: quay.io/kuadrant/kuadrant-operator-catalog:latest #change this to the version you want to install
image: quay.io/kuadrant/kuadrant-operator-catalog:release-v1.0.0 # change this to the version you want to install

0 comments on commit 3990369

Please sign in to comment.