diff --git a/charts/default/templates/deployment.yaml b/charts/default/templates/deployment.yaml index 9cea016..70bd3e3 100644 --- a/charts/default/templates/deployment.yaml +++ b/charts/default/templates/deployment.yaml @@ -269,7 +269,7 @@ spec: - name: {{ $key }} valueFrom: secretKeyRef: - name: {{ template "project.fullname" . }} + name: {{ template "project.fullname" $root }} key: {{ $key }} {{- end }}