From bd36b7c86422e264a8a1a7d8bd279644477f12e5 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 14 Apr 2022 12:15:28 +0200 Subject: [PATCH] fix(helm): utilities annotation --- scripts/helmcharts/openreplay/charts/utilities/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/utilities/values.yaml b/scripts/helmcharts/openreplay/charts/utilities/values.yaml index 3a252996c..5696ce401 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/values.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/values.yaml @@ -49,7 +49,7 @@ service: ingress: enabled: true className: "{{ .Values.global.ingress.controller.ingressClassResource.name }}" - annotations: + annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" tls: