Skip to content

Commit

Permalink
Merge pull request #269 from vaibhavjainwiz/RHOAIENG-244_cherry_pick
Browse files Browse the repository at this point in the history
Cherry-pick: Apply patch to remove empty string of caBundle #262
  • Loading branch information
openshift-merge-bot[bot] authored Jan 17, 2024
2 parents c58c365 + 034841a commit 991bf4a
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 991bf4a

Please sign in to comment.