diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index da508e273..c642d77e5 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 0.1.1 +version: 0.1.2 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 61bba0a4c..249f5c163 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -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 | | | cluster_config.cluster_domain | The domain of the cluster | cluster.local | diff --git a/charts/shield/README.tpl b/charts/shield/README.tpl index 3c1506d03..058dcd9fa 100644 --- a/charts/shield/README.tpl +++ b/charts/shield/README.tpl @@ -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 -}}