From 4d94b8030be1cad63bd9aca648544c637bac1807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frantis=CC=8Cek=20Ha=CC=81na?= Date: Wed, 10 Apr 2024 13:26:01 +0200 Subject: [PATCH] add missing configuration option to default values.yaml --- values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values.yaml b/values.yaml index d2609b0..bc952cc 100644 --- a/values.yaml +++ b/values.yaml @@ -125,6 +125,9 @@ vcl: {} # that # } +vclFiles: {} + # defaultByFile.vcl: "vcl/default.vcl" + # set this to a configmap name if we want to provide our own instead of declaring text # it should have filenames as keys (as default.vcl)