Skip to content

Commit

Permalink
Merge pull request #262 from vaibhavjainwiz/RHOAIENG-244
Browse files Browse the repository at this point in the history
Apply patch to remove empty string of caBundle
  • Loading branch information
openshift-merge-bot[bot] authored Jan 17, 2024
2 parents ec13e8d + 689cbc3 commit d08d355
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/overlays/odh/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ transformers:

configurations:
- params.yaml

patches:
# Since OpenShift serving-certificates are being used,
# remove CA bundle placeholders
- patch: |-
- op: remove
path: "/webhooks/0/clientConfig/caBundle"
target:
kind: ValidatingWebhookConfiguration

0 comments on commit d08d355

Please sign in to comment.