From 4b07d2578ec0c5791effb53030a5e2b324b2a017 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 25 Jan 2021 10:36:52 +0100 Subject: [PATCH] aligning --- charts/postgres-operator/templates/deployment.yaml | 2 +- manifests/complete-postgres-manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postgres-operator/templates/deployment.yaml b/charts/postgres-operator/templates/deployment.yaml index 2249c4677..89500ae94 100644 --- a/charts/postgres-operator/templates/deployment.yaml +++ b/charts/postgres-operator/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: resources: {{ toYaml .Values.resources | indent 10 }} securityContext: -{{ toYaml .Values.securityContext| indent 10 }} +{{ toYaml .Values.securityContext | indent 10 }} {{- if .Values.imagePullSecrets }} imagePullSecrets: {{ toYaml .Values.imagePullSecrets | indent 8 }} diff --git a/manifests/complete-postgres-manifest.yaml b/manifests/complete-postgres-manifest.yaml index f721f0ccb..9f2d19639 100644 --- a/manifests/complete-postgres-manifest.yaml +++ b/manifests/complete-postgres-manifest.yaml @@ -45,7 +45,7 @@ spec: size: 1Gi # storageClass: my-sc # iops: 1000 # for EBS gp3 - # throughput: 250 # in MB/s for EBS gp3 +# throughput: 250 # in MB/s for EBS gp3 additionalVolumes: - name: empty mountPath: /opt/empty