Skip to content

Commit

Permalink
chore: Remove sentinels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancabral committed Dec 15, 2021
1 parent c2628c5 commit 5372e17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cat <<EOF >./config.json
"address": "$ADDRESS",
"redis_host": "$REDIS_HOST",
"redis_port":"$REDIS_PORT",
"redis_sentinels": "$REDIS_SENTINELS",
"redis_db": "$REDIS_DB",
"redis_master_name": "$REDIS_MASTER_NAME",
"namespaces": [
Expand Down
1 change: 0 additions & 1 deletion helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
REDIS_HOST: #{CENTRIFUGOWS_REDIS_HOST}#
REDIS_MASTER_NAME: #{CENTRIFUGOWS_REDIS_MASTER_NAME}#
REDIS_PORT: #{CENTRIFUGOWS_REDIS_PORT}#
REDIS_SENTINELS: #{CENTRIFUGOWS_REDIS_SENTINELS}#
secrets:
ADMIN_PASSWORD: #{CENTRIFUGOWS_ADMIN_PASSWORD}#
ADMIN_SECRET: #{CENTRIFUGOWS_ADMIN_SECRET}#
Expand Down

0 comments on commit 5372e17

Please sign in to comment.