We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb9991 commit 8113e0bCopy full SHA for 8113e0b
kubernetes/.charts/simple-app/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: simple-app
3
-version: 1.0.4
+version: 1.0.5
4
description: Provides a deployment, service and ingress to expose one container at a given domain
kubernetes/.charts/simple-app/templates/deployment.yaml
@@ -34,9 +34,9 @@ spec:
34
{{- end }}
35
{{- if .Values.hasSecrets }}
36
envFrom:
37
- - secretRef:
38
- name: {{ include "app.fullName" . }}
39
- namespace: secrets
+ - secretRef:
+ name: {{ include "app.fullName" . }}
+ namespace: secrets
40
41
resources:
42
{{- toYaml .Values.resources | nindent 12 }}
0 commit comments