Skip to content

Bug: REDIS_HOST incorrectly set to port instead of host when using externalValkey #107

@btwshivam

Description

@btwshivam

Description

In templates/configmap_env.yaml at line 143, when using externalValkey, the REDIS_HOST is incorrectly set to .Values.externalValkey.port instead of .Values.externalValkey.host.

Location

templates/configmap_env.yaml line 143

Current Code (Broken)

Expected Behavior
REDIS_HOST should be set to the host value (e.g., "my-redis-server"), not the port (e.g., "6379")

Suggested Fix

Chart Version
v0.23.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions