From 20cf69e9e15a71246bd7763215d400385240b7d8 Mon Sep 17 00:00:00 2001 From: chgl Date: Sun, 11 Apr 2021 23:37:13 +0200 Subject: [PATCH] docs: rm pullPolicy from snippet since the global images.pullPolicy is actually used Signed-off-by: chgl --- charts/argo-workflows/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index a0aea8cc..302c9ecf 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -38,7 +38,6 @@ Fields to note: registry: quay.io repository: argoproj/argocli tag: v3.0.1 - pullPolicy: IfNotPresent ``` this also makes it easier for automatic update tooling (eg. renovate bot) to detect and update images.