Skip to content

Commit

Permalink
build(repo): fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 20, 2024
1 parent 6ec29ec commit a392ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster/charts/fuel-streams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: fuel-streams
version: 0.6.3
version: 0.6.4
dependencies:
- name: nats
version: 1.2.8
Expand Down
6 changes: 3 additions & 3 deletions cluster/charts/fuel-streams/templates/_blocks.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ data:
accounts {
SYS: {
users: [
{user: $NATS_SYS_USER, password: $NATS_SYS_PASSWORD}
{user: $NATS_SYS_USER, password: $NATS_SYS_PASS}
]
}
ADMIN: {
jetstream: enabled
users: [
{user: $NATS_ADMIN_USER, password: $NATS_ADMIN_PASSWORD}
{user: $NATS_ADMIN_USER, password: $NATS_ADMIN_PASS}
]
}
PUBLIC: {
jetstream: enabled
users: [
{
user: $NATS_PUBLIC_USER
password: $NATS_PUBLIC_PASSWORD
password: $NATS_PUBLIC_PASS
permissions: {
subscribe: ">"
publish: {
Expand Down

0 comments on commit a392ce6

Please sign in to comment.