Skip to content

Commit

Permalink
feat: [auth-server] add missing option to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Sep 3, 2024
1 parent 38d542c commit f612eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/auth-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f612eee

Please sign in to comment.