From 37e0c9672ffda300b42cfd5cb4a1d1c26f539c4a Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Tue, 12 Oct 2021 21:42:17 +0800 Subject: [PATCH] Fixed indenting --- chart/radarr/templates/statefulset.yaml | 46 ++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/chart/radarr/templates/statefulset.yaml b/chart/radarr/templates/statefulset.yaml index 9235ff0..1cc6130 100644 --- a/chart/radarr/templates/statefulset.yaml +++ b/chart/radarr/templates/statefulset.yaml @@ -39,29 +39,29 @@ spec: - name: URL value: "http://127.0.0.1:7878" - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - command: - ports: - - name: radarr - containerPort: 7878 - protocol: TCP - livenessProbe: - tcpSocket: - port: 7878 - readinessProbe: - tcpSocket: - port: 7878 - resources: - {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: radarr-config - mountPath: /config - - name: radarr-media - mountPath: /movies - subPath: movies + securityContext: + {{- toYaml .Values.securityContext | nindent 12 }} + image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + command: + ports: + - name: radarr + containerPort: 7878 + protocol: TCP + livenessProbe: + tcpSocket: + port: 7878 + readinessProbe: + tcpSocket: + port: 7878 + resources: + {{- toYaml .Values.resources | nindent 12 }} + volumeMounts: + - name: radarr-config + mountPath: /config + - name: radarr-media + mountPath: /movies + subPath: movies volumes: {{- if and .Values.config.persistence.enabled .Values.config.persistence.existingClaim }} - name: radarr-config