This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new c93a9afa fix: helm chart fix for incorrtct rendering (#2266)
c93a9afa is described below
commit c93a9afa334af4a628b94fabe3349296118d7468
Author: Ji Bin <[email protected]>
AuthorDate: Mon Jun 20 22:37:26 2022 +0800
fix: helm chart fix for incorrtct rendering (#2266)
fixes: #2265
Signed-off-by: Ji Bin <[email protected]>
---
deployment/helm/templates/ingresses.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/deployment/helm/templates/ingresses.yaml
b/deployment/helm/templates/ingresses.yaml
index f2362f61..124969c8 100644
--- a/deployment/helm/templates/ingresses.yaml
+++ b/deployment/helm/templates/ingresses.yaml
@@ -14,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+---
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "devlake.fullname" . -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0"
.Capabilities.KubeVersion.GitVersion)) }}