Skip to content

Commit

Permalink
Make use of 'nightly' image for playground config
Browse files Browse the repository at this point in the history
  • Loading branch information
b-long committed May 9, 2024
1 parent 4f9a7fd commit 9b9c0db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,17 @@ ingress:
### Playground Configuration (Optional)
If you want to test the platform quickly without having to worry about setting up a database and identity provider, you can use the following configuration:
If you want to test the platform quickly without having to worry about setting up a database and identity provider, you can use the following configuration.
NOTE: Currently, this Playground configuration uses the unstable "nightly" image as as the default. In the future, expect this to be a pinned version:
```yaml
playground: true # Enable playground mode

image:
# -- Overrides the image tag whose default is the chart appVersion.
tag: "nightly"

# Only need to configure keycloak ingress and adminIngress
keycloak:
proxy: edge # Your keycloak proxy (edge, passthrough, reencrypt)
Expand Down

0 comments on commit 9b9c0db

Please sign in to comment.