Installer: Give unique names to OAuth2 clients

Change-Id: I218f8f8655f7662bfcd41cddaa17f3e11fcfe910
diff --git a/core/installer/values-tmpl/penpot.cue b/core/installer/values-tmpl/penpot.cue
index 961cd30..cad8227 100644
--- a/core/installer/values-tmpl/penpot.cue
+++ b/core/installer/values-tmpl/penpot.cue
@@ -66,7 +66,7 @@
 	"oauth2-client": {
 		chart: charts.oauth2Client
 		values: {
-			name: "penpot"
+			name: "\(release.namespace)-penpot"
 			secretName: _oauth2SecretName
 			grantTypes: ["authorization_code"]
 			responseTypes: ["code"]