Skip to content

Commit

Permalink
Merge pull request #18 from ruromero/fix-cj-endpoint
Browse files Browse the repository at this point in the history
fix: wrong elasticsearch property
  • Loading branch information
ruromero authored Jun 25, 2024
2 parents 501261f + cbde978 commit 799d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ objects:
valueFrom:
secretKeyRef:
name: '${ELASTICACHE_SECRET}'
key: db.host
key: db.endpoint
- name: DB_REDIS_PORT
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 799d1f0

Please sign in to comment.