Skip to content

Commit d84668f

Browse files
committed
bugfix: remove namespace from secretRef
1 parent ba0ead8 commit d84668f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.5
3+
version: 1.0.6
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ spec:
3636
envFrom:
3737
- secretRef:
3838
name: {{ include "app.fullName" . }}
39-
namespace: secrets
4039
{{- end }}
4140
resources:
4241
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)