From 90ee7b11822013f284e8ec1e11c07e8ad793440c Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sat, 10 Feb 2024 00:55:33 +0000 Subject: [PATCH] Move the values link --- clusters/talos/cilium/cilium-helm-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/talos/cilium/cilium-helm-release.yaml b/clusters/talos/cilium/cilium-helm-release.yaml index f38b672..81f3e54 100644 --- a/clusters/talos/cilium/cilium-helm-release.yaml +++ b/clusters/talos/cilium/cilium-helm-release.yaml @@ -14,4 +14,5 @@ spec: name: cilium namespace: flux-system interval: 15m - valuesFile: values.yaml \ No newline at end of file + valuesFiles: + - values.yaml \ No newline at end of file