Skip to content

Commit

Permalink
[stable/nfs-client-provisioner] Fix deployment to use resources (helm… (
Browse files Browse the repository at this point in the history
helm#10702)

* [stable/nfs-client-provisioner] Fix deployment to use resources (helm#10701).

Signed-off-by: Robin Elfrink <[email protected]>

* [stable/nfs-client-provisioner] Bump Chart version.

Signed-off-by: Robin Elfrink <[email protected]>
  • Loading branch information
robinelfrink authored and k8s-ci-robot committed Jan 16, 2019
1 parent 76ad40c commit e496889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/nfs-client-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 3.1.0
description: nfs-client is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
name: nfs-client-provisioner
home: https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
version: 1.2.2
version: 1.2.3
sources:
- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
maintainers:
Expand Down
4 changes: 4 additions & 0 deletions stable/nfs-client-provisioner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
value: {{ .Values.nfs.server }}
- name: NFS_PATH
value: {{ .Values.nfs.path }}
{{- with .Values.resources }}
resources:
{{ toYaml . | indent 12 }}
{{- end }}
volumes:
- name: nfs-client-root
{{- if .Values.buildMode }}
Expand Down

0 comments on commit e496889

Please sign in to comment.