Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Allow pubsub (#9)
Browse files Browse the repository at this point in the history
* Allow pubsub (#8)

* Add tag in in README link
  • Loading branch information
lucj authored Nov 7, 2023
1 parent 0285a85 commit cc3eb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ secrets: {
type: "template"
data: {
template: """
user default on >${secret://admin/token} ~* +@all
user default on >${secret://admin/token} ~* &* +@all
"""
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Redis instance:
- is backed by a persistent volume
- uses a default (auto generated) password for the admin user

The Acorn image of this service is hosted in GitHub container registry at [ghcr.io/acorn-io/redis](ghcr.io/acorn-io/redis).
The Acorn image of this service is hosted in GitHub container registry at [ghcr.io/acorn-io/redis:v#.#-#](ghcr.io/acorn-io/redis).

Currently this Acorn does not have any configuration options, but some will be added later on like:
- the possibility to indicate the Redis version to use
Expand Down

0 comments on commit cc3eb5d

Please sign in to comment.