-
Bug
-
Resolution: Done
-
Critical
-
quay-v3.4.7
-
False
-
False
-
Quay Enterprise
-
Document URL:
Section Number and Name:
9.1.2.2. OpenShift Setup
Describe the issue:
the webhook-create-signed-cert.sh script and quay-mutating-webhook.yaml use deprecated API
Suggestions for improvement:
update script link: https://github.com/quay/quay-bridge-operator/blob/redhat-3.5/hack/webhook-create-signed-cert.sh
quay-mutating-webhook.yaml:
apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: name: quay-bridge-operator webhooks: - name: quayintegration.redhatcop.redhat.io clientConfig: service: namespace: openshift-operators name: quay-bridge-operator path: "/admissionwebhook" caBundle: "${CA_BUNDLE}" rules: - operations: [ "CREATE" ] apiGroups: [ "build.openshift.io" ] apiVersions: ["v1" ] resources: [ "builds" ] failurePolicy: Fail matchPolicy: Exact timeoutSeconds: 30 sideEffects: None admissionReviewVersions: [v1beta1]
Additional information:
- clones
-
PROJQUAY-2555 Documentation need update the mutatingwebhookconfigurations example for bridge operator installation
- Closed