Skip to content

Commit

Permalink
fix k8s by adding google config to values
Browse files Browse the repository at this point in the history
  • Loading branch information
shogunpurple committed Feb 20, 2022
1 parent 0f46cf8 commit 32e92bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/budibase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/Budibase/budibase
- https://budibase.com
type: application
version: 0.2.7
version: 0.2.8
appVersion: 1.0.48
dependencies:
- name: couchdb
Expand Down
3 changes: 3 additions & 0 deletions charts/budibase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ globals:
cookieDomain: ""
platformUrl: ""
httpMigrations: "0"
google:
clientId: ""
secret: ""

createSecrets: true # creates an internal API key, JWT secrets and redis password for you

Expand Down

0 comments on commit 32e92bf

Please sign in to comment.