Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix typos in helm-op docs #1492

Merged
merged 1 commit into from
Nov 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/helm-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand All @@ -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)
- resources -> requests -> memory (nested)