Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Remove overriden field in KServe ConfigMap
Browse files Browse the repository at this point in the history
The defaults of the `credentials` attribute in KServe's ConfigMap are
good. Removing the override in local patch.

Signed-off-by: Edgar Hernández <[email protected]>
  • Loading branch information
israel-hdez authored and LaVLaS committed Aug 22, 2023
1 parent c86e9f6 commit 3ad13c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kserve/base/inferenceservice-config-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ data:
"cpuLimit": "1",
"enableDirectPvcVolumeMount": false
}
credentials: |-
{
"storageSpecSecretName": "storage-config",
"storageSecretNameAnnotation": "serving.kserve.io/storageSecretName"
}
ingress: |-
{
"ingressGateway" : "knative-serving/knative-ingress-gateway",
Expand Down

0 comments on commit 3ad13c3

Please sign in to comment.