Skip to content

Commit

Permalink
Can't include secret keys that don't exist in test cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim committed May 14, 2024
1 parent 75cd73f commit 27de185
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@ mastodon:
redis:
replica:
replicaCount: 1
auth:
existingSecret: secret-one


sidekiq:
enabled: true
hostname: new-hostname
auth:
existingSecret: secret-two
port: 6380

cache:
enabled: true
hostname: newer-hostname
auth:
existingSecret: secret-three
port: 6381

# ref: https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#parameters
elasticsearch:
Expand Down

0 comments on commit 27de185

Please sign in to comment.