From 256032c1dfdae4d5edb4d0ea41c6b95cd1a96153 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sat, 3 Nov 2018 13:42:11 +0200 Subject: [PATCH] Fix typos in helm-op docs - values where missing a `:` - the regex filter is in fact `regexp` --- site/helm-integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/helm-integration.md b/site/helm-integration.md index acd94acdf..5b86caf8b 100644 --- a/site/helm-integration.md +++ b/site/helm-integration.md @@ -44,7 +44,7 @@ Flux-Helm Integration implementation consists of two parts: valueFileSecrets: - name: "my-secret-1" - name: "my-secret-2" - values + values: image: bitnami/mongodb:3.7.1-r1 ``` @@ -148,7 +148,7 @@ Flux-Helm Integration implementation consists of two parts: annotations: flux.weave.works/automated: "true" flux.weave.works/tag.init: semver:~1.0 - flux.weave.works/tag.app: regex:^1.2.* + flux.weave.works/tag.app: regexp:^1.2.* spec: chartGitPath: podinfo releaseName: podinfo-prod @@ -162,4 +162,4 @@ Flux-Helm Integration implementation consists of two parts: In general a dictionary of key value pairs (which can be nested) for overriding Chart parameters. Examples of parameter names: - image -- resources -> requests -> memory (nested) \ No newline at end of file +- resources -> requests -> memory (nested)