From f7e670955ead143f27be0a24a5532dd9f67f6155 Mon Sep 17 00:00:00 2001 From: Hustenbonbon Date: Wed, 26 Apr 2023 15:31:28 +0200 Subject: [PATCH] Add example for values file to helm_resource (#494) --- helm_resource/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm_resource/README.md b/helm_resource/README.md index 1f309d0d9..eef47bd02 100644 --- a/helm_resource/README.md +++ b/helm_resource/README.md @@ -75,6 +75,8 @@ chart. Must be the same length as `image_deps`. There are two common patterns. - Pass a version as `flags=['--version=1.0.0']`. +- Pass a values file as `flags=['--values=./path/to/values.yaml']`. + `image_selector`: Image reference to determine containers eligible for Live Update. Only applicable if there are no images in `image_deps`.