From 08df00115e188bb60dd0495832caf23ebc706b04 Mon Sep 17 00:00:00 2001 From: Kai-Hsun Chen Date: Thu, 8 Dec 2022 03:12:51 -0500 Subject: [PATCH] remove ingress.enabled from KubeRay operator chart --- helm-chart/kuberay-operator/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm-chart/kuberay-operator/values.yaml b/helm-chart/kuberay-operator/values.yaml index f19843527a..b9ef690753 100644 --- a/helm-chart/kuberay-operator/values.yaml +++ b/helm-chart/kuberay-operator/values.yaml @@ -26,9 +26,6 @@ service: type: ClusterIP port: 8080 -ingress: - enabled: false - resources: # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little