This commit is contained in:
Damien Ostler 2024-02-10 21:55:41 -05:00
parent b527639ca0
commit 1afa6618b7
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
auth:
issuerBaseUrl: "https://dev-12mb5yq82dow1twh.us.auth0.com"
clientId: "avpoVGBxJfr15m6d3BfTzsEH4v3yBXna"
clientSecret: "rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd"
baseUrl: "https://development.comissions.app"
replicaCount: 1
image:

View File

@ -23,7 +23,7 @@ spec:
path: charts/ui
helm:
values: |
auth0:
auth:
issuerBaseUrl: "https://dev-12mb5yq82dow1twh.us.auth0.com"
clientId: "avpoVGBxJfr15m6d3BfTzsEH4v3yBXna"
clientSecret: "rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd"