From e5865c70d6a6ca384b26c6a4f65667609cc6c7fd Mon Sep 17 00:00:00 2001 From: domechn Date: Fri, 6 Aug 2021 18:03:46 +0800 Subject: [PATCH] fix indent of pod env --- charts/tellery/Chart.yaml | 2 +- charts/tellery/templates/hooks/tellery-db-init.job.yaml | 2 +- charts/tellery/templates/hooks/tellery-db-migrate.job.yaml | 2 +- charts/tellery/templates/hooks/user-create.yaml | 2 +- charts/tellery/templates/hooks/workspace-create.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tellery/Chart.yaml b/charts/tellery/Chart.yaml index 307bd36..dde8bb0 100644 --- a/charts/tellery/Chart.yaml +++ b/charts/tellery/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: tellery type: application -version: 0.0.8 +version: 0.0.9 appVersion: 0.6.0 icon: https://avatars.githubusercontent.com/u/86034719?s=400&v=4 description: A Helm Chart for quickly installing highly available Tellery on Kubernetes diff --git a/charts/tellery/templates/hooks/tellery-db-init.job.yaml b/charts/tellery/templates/hooks/tellery-db-init.job.yaml index 5bc9d44..b9daa62 100644 --- a/charts/tellery/templates/hooks/tellery-db-init.job.yaml +++ b/charts/tellery/templates/hooks/tellery-db-init.job.yaml @@ -66,7 +66,7 @@ spec: - name: NODE_ENV value: production {{- if .Values.server.env }} -{{ toYaml .Values.server.env | indent 12 }} +{{ toYaml .Values.server.env | indent 8 }} {{- end }} envFrom: - configMapRef: diff --git a/charts/tellery/templates/hooks/tellery-db-migrate.job.yaml b/charts/tellery/templates/hooks/tellery-db-migrate.job.yaml index 47608b3..8409ebe 100644 --- a/charts/tellery/templates/hooks/tellery-db-migrate.job.yaml +++ b/charts/tellery/templates/hooks/tellery-db-migrate.job.yaml @@ -56,7 +56,7 @@ spec: - name: NODE_ENV value: production {{- if .Values.server.env }} -{{ toYaml .Values.server.env | indent 12 }} +{{ toYaml .Values.server.env | indent 8 }} {{- end }} envFrom: - configMapRef: diff --git a/charts/tellery/templates/hooks/user-create.yaml b/charts/tellery/templates/hooks/user-create.yaml index b9b0ee3..24f7eb9 100644 --- a/charts/tellery/templates/hooks/user-create.yaml +++ b/charts/tellery/templates/hooks/user-create.yaml @@ -63,7 +63,7 @@ spec: - name: CREATE_USER_PASSWORD value: {{ .Values.init.user.password }} {{- if .Values.server.env }} -{{ toYaml .Values.server.env | indent 12 }} +{{ toYaml .Values.server.env | indent 8 }} {{- end }} envFrom: - configMapRef: diff --git a/charts/tellery/templates/hooks/workspace-create.yaml b/charts/tellery/templates/hooks/workspace-create.yaml index c599bbb..99c8286 100644 --- a/charts/tellery/templates/hooks/workspace-create.yaml +++ b/charts/tellery/templates/hooks/workspace-create.yaml @@ -61,7 +61,7 @@ spec: - name: CREATE_CONNECTOR_URL value: {{ include "tellery.fullname" . }}-connector:{{ .Values.connector.service.externalPort }} {{- if .Values.server.env }} -{{ toYaml .Values.server.env | indent 12 }} +{{ toYaml .Values.server.env | indent 8 }} {{- end }} envFrom: - configMapRef: