From f612eeeb0242596b49aac6a0527ee41a907a94d7 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 3 Sep 2024 11:22:16 -0500 Subject: [PATCH] feat: [auth-server] add missing option to values.yaml --- charts/auth-server/templates/secrets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/auth-server/templates/secrets.yml b/charts/auth-server/templates/secrets.yml index 2494bf2..e62a8a2 100644 --- a/charts/auth-server/templates/secrets.yml +++ b/charts/auth-server/templates/secrets.yml @@ -10,6 +10,7 @@ stringData: AUTH_SERVER_PATH={{ .Values.INSTALL_PATH | squote }} AUTH_SERVER_PORT={{ .Values.AUTH_SERVER_PORT }} AUTH_SERVER_REPO_URL={{ .Values.AUTH_SERVER_REPO_URL | squote }} + AUTH_SERVER_SECRET={{ .Values.AUTH_SERVER_SECRET | squote }} IMAGE_VERSION={{ .Values.AUTH_SERVER_VERSION | squote }} JWT_PRIVATE_KEY={{ .Values.JWT_PRIVATE_KEY | b64enc | squote }} REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}