There was an error while loading. Please reload this page.
1 parent 55e10ff commit 0afeb7dCopy full SHA for 0afeb7d
1 file changed
infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml
@@ -37,13 +37,13 @@ spec:
37
{{- toYaml . | nindent 8 }}
38
{{- end }}
39
40
- {{- if Values.secrets }}
+ {{- if .Values.secrets }}
41
volumes:
42
- {{ - range $secret := .Values.secrets }}
+ {{- range $secret := .Values.secrets }}
43
- name: {{ $secret }}
44
secret:
45
secretName: {{ $secret }}
46
- {{ - end }}
+ {{- end }}
47
48
49
containers:
@@ -53,11 +53,11 @@ spec:
53
54
{{- if .Values.secrets }}
55
volumeMounts:
56
57
58
mountPath: "/etc/secrets/{{ $secret }}"
59
readOnly: true
60
61
62
63
env:
0 commit comments