jenkins: helm chart and cue configuration
Change-Id: I3398b0fab8af43c4a138112a258263153d3ab473
diff --git a/core/installer/values-tmpl/jenkins-oauth2-client.yaml b/core/installer/values-tmpl/jenkins-oauth2-client.yaml
new file mode 100644
index 0000000..7f24fc7
--- /dev/null
+++ b/core/installer/values-tmpl/jenkins-oauth2-client.yaml
@@ -0,0 +1,18 @@
+apiVersion: hydra.ory.sh/v1alpha1
+kind: OAuth2Client
+metadata:
+ name: jenkins-oauth2-client
+ namespace: szdt
+spec:
+ grantTypes:
+ - authorization_code
+ hydraAdmin:
+ endpoint: /admin/clients
+ forwardedProto: https
+ port: 80
+ url: http://hydra-admin.szdt-core-auth.svc.cluster.local
+ redirectUris:
+ - https://jenkins.p.v0.dodo.cloud/securityRealm/finishLogin
+ scope: openid profile email offline offline_access
+ secretName: jenkins-oauth2-credentials
+ tokenEndpointAuthMethod: client_secret_post