Skip to content

Commit

Permalink
fix(shield): README.md table not formatted properly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba committed Oct 1, 2024
1 parent 17c27fb commit 9c68b56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: [email protected]
type: application
version: 0.1.1
version: 0.1.2
appVersion: "1.0.0"
4 changes: 3 additions & 1 deletion charts/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ The command removes all the Kubernetes components associated with the chart and

## Configuration

The following table lists the configurable parameters of the `shield` chart and their default values.| Parameter | Description | Default |
The following table lists the configurable parameters of the `shield` chart and their default values.

| Parameter | Description | Default |
|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| cluster_config.name | The name of the cluster | <code></code> |
| cluster_config.cluster_domain | The domain of the cluster | <code>cluster.local</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ The command removes all the Kubernetes components associated with the chart and

The following table lists the configurable parameters of the `{{ .Chart.Name }}` chart and their default values.

{{- .Chart.Values -}}
{{ .Chart.Values }}
{{- end -}}

0 comments on commit 9c68b56

Please sign in to comment.