Skip to content

Commit fdbcf73

Browse files
authored
operator edp-keycloak-operator (1.24.0) (#5904)
Signed-off-by: Sergiy Kulanov <[email protected]>
1 parent b0b2657 commit fdbcf73

19 files changed

+4578
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
data:
3+
client-secret-key: cGFzc3dvcmQ=
4+
kind: Secret
5+
metadata:
6+
name: client-secret-authorization-sample
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
data:
3+
client-secret-key: cGFzc3dvcmQ=
4+
kind: Secret
5+
metadata:
6+
name: client-secret-policy-sample
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v1
2+
data:
3+
controller_manager_config.yaml: "apiVersion: controller-runtime.sigs.k8s.io/v1alpha1\nkind:
4+
ControllerManagerConfig\nhealth:\n healthProbeBindAddress: :8081\nmetrics:\n
5+
\ bindAddress: 127.0.0.1:8080\nwebhook:\n port: 9443\nleaderElection:\n leaderElect:
6+
true\n resourceName: edp-keycloak-operator-lock\n# leaderElectionReleaseOnCancel
7+
defines if the leader should step down volume \n# when the Manager ends. This
8+
requires the binary to immediately end when the\n# Manager is stopped, otherwise,
9+
this setting is unsafe. Setting this significantly\n# speeds up voluntary leader
10+
transitions as the new leader don't have to wait\n# LeaseDuration time first.\n#
11+
\ In the default scaffold provided, the program ends immediately after \n# the
12+
manager stops, so would be fine to enable this option. However, \n# if you are
13+
doing or is intended to do any operation such as perform cleanups \n# after
14+
the manager stops then its usage might be unsafe.\n# leaderElectionReleaseOnCancel:
15+
true\n"
16+
kind: ConfigMap
17+
metadata:
18+
name: edp-keycloak-operator-manager-config

0 commit comments

Comments
 (0)