-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapplication-rhsso.yaml
39 lines (39 loc) · 1.03 KB
/
application-rhsso.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rhsso
namespace: openshift-gitops
spec:
project: default
source:
repoURL: https://github.com/juliaaano/ocp-cluster-addons
targetRevision: main
path: rhsso
helm:
values: |
namespace: rhsso
operator:
startingCSV: rhsso-operator.7.6.9-opr-002
installPlanApproval: Manual
users:
- username: ssoadmin
password: password
email: ssoadmin@rhdp.com
admin: true
realm: rhdp
oauth:
issuer: https://keycloak-rhsso.apps.cluster-guid.guid.sandbox.opentlc.com/auth/realms/rhdp
helper-status-checker:
approver: true
checks:
- operatorName: rhsso-operator
namespace:
name: rhsso
syncwave: '1'
serviceAccount:
name: "rhsso-status-checker"
destination:
namespace: rhsso
server: https://kubernetes.default.svc
syncPolicy: {}