From b177c4e6ad13bb3fc3786fdcc1fc2dea1a43d055 Mon Sep 17 00:00:00 2001 From: Geert-Johan Riemer Date: Sun, 3 May 2020 13:18:43 +0200 Subject: [PATCH] Type ingress.annotations as a map --- openstf/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstf/values.yaml b/openstf/values.yaml index 67a698d..3b91a61 100644 --- a/openstf/values.yaml +++ b/openstf/values.yaml @@ -141,7 +141,7 @@ dns: ingress: enabled: false # By default applies proper annotation for nginx ingress - annotations: + annotations: {} hostname: openstf.local ssl: enabled: false