Skip to content

Commit

Permalink
add missing configmap include in readme (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Mason <[email protected]>
  • Loading branch information
mikemrm authored May 6, 2024
1 parent b8b4ffa commit c45d6b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/iam-runtime-infratographer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Functions which assist in deploying iam-runtime-infratographer with your app.

![Version: v0.0.1](https://img.shields.io/badge/Version-v0.0.1-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)

## Example deployment

Helm chart repository: https://infratographer.github.io/charts
Expand Down Expand Up @@ -33,6 +31,8 @@ spec:
volumeMounts: {{- include "iam-runtime-infratographer.volumeMounts" $ | nindent 12 }}
- {{- include "iam-runtime-infratographer.container" $ | nindent 10 }}
volumes: {{- include "iam-runtime-infratographer.volumes" $ | nindent 8 }}
{{- include "iam-runtime-infratographer.configmap" $ }}

# file: values.yaml
---
iam-runtime-infratographer:
Expand Down
2 changes: 2 additions & 0 deletions chart/iam-runtime-infratographer/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
volumeMounts: {{ `{{- include "iam-runtime-infratographer.volumeMounts" $ | nindent 12 }}` }}
- {{ `{{- include "iam-runtime-infratographer.container" $ | nindent 10 }}` }}
volumes: {{ `{{- include "iam-runtime-infratographer.volumes" $ | nindent 8 }}` }}
{{ `{{- include "iam-runtime-infratographer.configmap" $ }}` }}

# file: values.yaml
---
iam-runtime-infratographer:
Expand Down

0 comments on commit c45d6b4

Please sign in to comment.