We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a7a64 commit 6a70dfeCopy full SHA for 6a70dfe
cluster/manifests/01-admission-control/teapot.yaml
@@ -252,3 +252,16 @@ webhooks:
252
apiGroups: [""]
253
apiVersions: ["v1"]
254
resources: ["services"]
255
+ - name: rolebinding-admitter.teapot.zalan.do
256
+ clientConfig:
257
+ url: "https://localhost:8085/rolebinding"
258
+ caBundle: "{{ .Cluster.ConfigItems.ca_cert_decompressed }}"
259
+ admissionReviewVersions: ["v1beta1"]
260
+ failurePolicy: Fail
261
+ sideEffects: "NoneOnDryRun"
262
+ matchPolicy: Equivalent
263
+ rules:
264
+ - operations: [ "CREATE", "UPDATE" ]
265
+ apiGroups: ["rbac.authorization.k8s.io"]
266
+ apiVersions: ["v1"]
267
+ resources: ["rolebindings", "clusterrolebindings"]
0 commit comments