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

Commit

Permalink
Merge pull request #1492 from weaveworks/helmdocs-patch-1
Browse files Browse the repository at this point in the history
Fix typos in helm-op docs
  • Loading branch information
stefanprodan authored Nov 5, 2018
2 parents ac3aca6 + 256032c commit 1a2e410
Showing 1 changed file with 3 additions and 3 deletions.
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)

0 comments on commit 1a2e410

Please sign in to comment.