From 080cbc91c9195f754a337500a49f33ce8579f4c2 Mon Sep 17 00:00:00 2001 From: rowanr Date: Wed, 5 Feb 2020 00:11:54 +0100 Subject: [PATCH] [stable/pgadmin] abundance curly bracket (#20540) Signed-off-by: Rowan Ruseler --- stable/pgadmin/Chart.yaml | 2 +- stable/pgadmin/README.md | 4 ++-- stable/pgadmin/templates/deployment.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/pgadmin/Chart.yaml b/stable/pgadmin/Chart.yaml index 2c0720f8c2..04e97c1274 100644 --- a/stable/pgadmin/Chart.yaml +++ b/stable/pgadmin/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: pgAdmin is a web based administration tool for PostgreSQL database name: pgadmin -version: 1.1.2 +version: 1.1.3 appVersion: 4.17.0 home: https://www.pgadmin.org/ source: https://github.com/rowanruseler/pgadmin diff --git a/stable/pgadmin/README.md b/stable/pgadmin/README.md index ea7e4f9685..382146fa2c 100644 --- a/stable/pgadmin/README.md +++ b/stable/pgadmin/README.md @@ -66,7 +66,7 @@ The command removes nearly all the Kubernetes components associated with the cha | `tolerations` | Node tolerations for pod assignment | `[]` | | `affinity` | Node affinity for pod assignment | `{}` | -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```bash $ helm install stable/pgadmin --name my-release \ @@ -74,7 +74,7 @@ $ helm install stable/pgadmin --name my-release \ ``` Alternatively, a YAML file that specifies the values for the parameters can be -provided while installing the chart. For example, +provided while installing the chart. For example: ```bash $ helm install stable/pgadmin --name my-release -f values.yaml diff --git a/stable/pgadmin/templates/deployment.yaml b/stable/pgadmin/templates/deployment.yaml index 4633e8e11b..a94af6f436 100644 --- a/stable/pgadmin/templates/deployment.yaml +++ b/stable/pgadmin/templates/deployment.yaml @@ -13,7 +13,7 @@ spec: app.kubernetes.io/instance: {{ .Release.Name }} {{- if .Values.strategy }} strategy: - {{- .Values.strategy | toYaml | nindent 4 }}} + {{- .Values.strategy | toYaml | nindent 4 }} {{- end }} template: metadata: