Skip to content

Commit 8113e0b

Browse files
committed
another bugfix: adapt yaml identation for secrets
1 parent 0eb9991 commit 8113e0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: simple-app
3-
version: 1.0.4
3+
version: 1.0.5
44
description: Provides a deployment, service and ingress to expose one container at a given domain

kubernetes/.charts/simple-app/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ spec:
3434
{{- end }}
3535
{{- if .Values.hasSecrets }}
3636
envFrom:
37-
- secretRef:
38-
name: {{ include "app.fullName" . }}
39-
namespace: secrets
37+
- secretRef:
38+
name: {{ include "app.fullName" . }}
39+
namespace: secrets
4040
{{- end }}
4141
resources:
4242
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)