X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=service-exposure%2FMutatingWebhookConfiguration.yaml;h=bb5cd6a2b59d90bd973061e35bbcfb4383a63a00;hb=b593154ee3bcca6835e768e7d8336d0837530434;hp=1a3dd200a3899a0dcf753d8d3d786e5f8d46522d;hpb=d27589c6c314c95ec4e8b8c4aad7743dd2593bce;p=nonrtric.git diff --git a/service-exposure/MutatingWebhookConfiguration.yaml b/service-exposure/MutatingWebhookConfiguration.yaml index 1a3dd200..bb5cd6a2 100644 --- a/service-exposure/MutatingWebhookConfiguration.yaml +++ b/service-exposure/MutatingWebhookConfiguration.yaml @@ -1,6 +1,6 @@ # # ============LICENSE_START======================================================= -# Copyright (C) 2022 Nordix Foundation. +# Copyright (C) 2022-2023 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,6 +22,8 @@ kind: MutatingWebhookConfiguration metadata: name: jwt-proxy-webhook namespace: default + annotations: + cert-manager.io/inject-ca-from: default/webhook-server-cert webhooks: - name: rapps-webhook.default.svc.cluster.local admissionReviewVersions: @@ -33,10 +35,9 @@ webhooks: app.kubernetes.io/name: rapp-helloworld-invoker1 clientConfig: service: - name: jwt-proxy-admission-controller + name: jwt-proxy-admission-controller namespace: default path: "/inject-sidecar" - caBundle: "${CA_PEM_B64}" rules: - operations: [ "CREATE" ] apiGroups: [""]