File tree 4 files changed +13
-12
lines changed
4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
Group Sync Operator
2
2
===================
3
3
4
- [ ![ Build Status] ( https://github.com/redhat-cop/group-sync-operator/workflows/group-sync-operator /badge.svg?branch=master )] ( https://github.com/redhat-cop/group-sync-operator/actions?workflow=group-sync-operator )
4
+ [ ![ Build Status] ( https://github.com/redhat-cop/group-sync-operator/workflows/push /badge.svg?branch=master )] ( https://github.com/redhat-cop/group-sync-operator/actions?workflow=push )
5
5
[ ![ Docker Repository on Quay] ( https://quay.io/repository/redhat-cop/group-sync-operator/status " Docker Repository on Quay ")] ( https://quay.io/repository/redhat-cop/group-sync-operator )
6
6
7
7
Synchronizes groups from external providers into OpenShift
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
categories : Security
8
8
certified : " false"
9
9
containerImage : quay.io/redhat-cop/group-sync-operator:latest
10
- createdAt : " 2020-12-23T19:02:23Z "
10
+ createdAt : " 2020-12-31T06:43:02Z "
11
11
description : Synchronize groups and users from external providers
12
12
operators.operatorframework.io/builder : operator-sdk-v1.2.0
13
13
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
# Comment the following 4 lines if you want to disable
7
7
# the auth proxy (https://github.com/brancz/kube-rbac-proxy)
8
8
# which protects your /metrics endpoint.
9
- - auth_proxy_service.yaml
10
- - auth_proxy_role.yaml
11
- - auth_proxy_role_binding.yaml
12
- - auth_proxy_client_clusterrole.yaml
9
+ # - auth_proxy_service.yaml
10
+ # - auth_proxy_role.yaml
11
+ # - auth_proxy_role_binding.yaml
12
+ # - auth_proxy_client_clusterrole.yaml
Original file line number Diff line number Diff line change @@ -69,12 +69,13 @@ func main() {
69
69
}
70
70
71
71
mgr , err := ctrl .NewManager (ctrl .GetConfigOrDie (), ctrl.Options {
72
- Scheme : scheme ,
73
- MetricsBindAddress : metricsAddr ,
74
- Port : 9443 ,
75
- LeaderElection : enableLeaderElection ,
76
- LeaderElectionID : "085c249a.redhat.io" ,
77
- Namespace : watchNamespace ,
72
+ Scheme : scheme ,
73
+ MetricsBindAddress : metricsAddr ,
74
+ Port : 9443 ,
75
+ LeaderElection : enableLeaderElection ,
76
+ LeaderElectionID : "085c249a.redhat.io" ,
77
+ LeaderElectionResourceLock : "configmaps" ,
78
+ Namespace : watchNamespace ,
78
79
})
79
80
if err != nil {
80
81
setupLog .Error (err , "unable to start manager" )
You can’t perform that action at this time.
0 commit comments