Skip to content

Commit

Permalink
docs: Update helm.md - add missing syntax highlighting for YAML and D…
Browse files Browse the repository at this point in the history
…ockerfile blocks (#14911)

Signed-off-by: JesseBot <jessebot@linux.com>
  • Loading branch information
jessebot authored Aug 7, 2023
1 parent 8ea6650 commit 8dbcb5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ source:

Argo CD supports the equivalent of a values file directly in the Application manifest using the `source.helm.valuesObject` key.

```
```yaml
source:
helm:
valuesObject:
Expand All @@ -75,7 +75,7 @@ source:

Alternatively, values can be passed in as a string using the `source.helm.values` key.

```
```yaml
source:
helm:
values: |
Expand Down Expand Up @@ -254,7 +254,7 @@ One way to use this plugin is to prepare your own ArgoCD image where it is inclu

Example `Dockerfile`:

```
```dockerfile
FROM argoproj/argocd:v1.5.7
USER root
Expand Down Expand Up @@ -284,7 +284,7 @@ Some users find this pattern preferable to maintaining their own version of the

Below is an example of how to add Helm plugins when installing ArgoCD with the [official ArgoCD helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd):

```
```yaml
repoServer:
volumes:
- name: gcp-credentials
Expand Down

0 comments on commit 8dbcb5b

Please sign in to comment.