| commit | 520c6229eb24377b16957a5f98439bbb4b430631 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu Jul 11 17:34:40 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Jul 11 17:34:40 2024 +0400 |
| tree | eeb57a99c418166cd49c177286ca5f6b100dd2c6 | |
| parent | a60f0decc365f877d7b88d099a65e0b686db78e9 [diff] [blame] |
Installer: Give unique names to OAuth2 clients Change-Id: I218f8f8655f7662bfcd41cddaa17f3e11fcfe910
diff --git a/core/installer/values-tmpl/matrix.cue b/core/installer/values-tmpl/matrix.cue index ba2627d..348d190 100644 --- a/core/installer/values-tmpl/matrix.cue +++ b/core/installer/values-tmpl/matrix.cue
@@ -54,7 +54,7 @@ chart: charts.oauth2Client info: "Creating OAuth2 client" values: { - name: "oauth2-client" + name: "\(release.namespace)-matrix" secretName: _oauth2ClientSecretName grantTypes: ["authorization_code"] responseTypes: ["code"]