Skip to content

Commit

Permalink
fix(values): github null value
Browse files Browse the repository at this point in the history
  • Loading branch information
maurosala committed Oct 7, 2021
1 parent 8328112 commit 6f6f86c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kerberus-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ icon: 'https://github.com/projectkerberus/kerberus-dashboard/blob/main/docs/medi

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.83
version: 0.3.84

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.83
appVersion: 0.3.84

# sources:
# - https://github.com/projectkerberus/kerberus-dashboard
Expand Down
6 changes: 6 additions & 0 deletions charts/kerberus-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,9 @@ providers:
saml:
entryPoint: a
issuer: a

auth:
github:
clientId: <clientId>
clientSecret: <clientSecret>
token: <token>

0 comments on commit 6f6f86c

Please sign in to comment.