Skip to content

Commit

Permalink
Merge pull request #138 from mesosphere/dkoshkin/awsebscsi
Browse files Browse the repository at this point in the history
stable/awsebscsi: fix role not being created and add env to values
  • Loading branch information
dkoshkin authored Sep 25, 2019
2 parents 61bd86c + 3247659 commit 68600e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/awsebscsiprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers:
- name: alejandroEsc
- name: gpaul
- name: hectorj2f
version: 0.3.0
version: 0.3.1
kubeVersion: ">=1.15.0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/awsebscsiprovisioner/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
{{- end}}

---
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
Expand Down
4 changes: 4 additions & 0 deletions stable/awsebscsiprovisioner/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
- --logtostderr
- --v=5
env:
{{- range $key, $value := .Values.env }}
- name: {{ $key | quote }}
value: {{ tpl $value $ | quote }}
{{- end }}
- name: CSI_ENDPOINT
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock
- name: AWS_ACCESS_KEY_ID
Expand Down
2 changes: 2 additions & 0 deletions stable/awsebscsiprovisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ tolerations:
- key: CriticalAddonsOnly
operator: Exists

env: {}

registrar:
node:
image:
Expand Down

0 comments on commit 68600e4

Please sign in to comment.