Skip to content

Commit

Permalink
Redis secret is missing. (#31)
Browse files Browse the repository at this point in the history
To fix Redis::CannotConnectError: Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)
  • Loading branch information
yeowchyuan authored Mar 21, 2024
1 parent 6e46dfd commit 5fe4bf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/migrate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ spec:
secretKeyRef:
name: {{ .Release.Name }}-secrets
key: databaseUrl
- name: REDIS_URL
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-secrets
key: redisUrl
- name: LAGO_RSA_PRIVATE_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 5fe4bf9

Please sign in to comment.