Skip to content

Commit

Permalink
feat: add default api key and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Aug 29, 2024
1 parent bfead0f commit a0f2af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/lrsql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ extraEnvVars:
value: admin
- name: LRSQL_ADMIN_PASS_DEFAULT
value: admin
- name: LRSQL_API_KEY_DEFAULT
value: my_key
- name: LRSQL_API_SECRET_DEFAULT
value: my_secret
## @param extraEnvVarsCM ConfigMap with extra environment variables
##
extraEnvVarsCM: ""
Expand Down

0 comments on commit a0f2af8

Please sign in to comment.