[stable/efs-provisioner] Fix annotations (#11964)

* [stable/efs-provisioner] Fix annotations

Signed-off-by: Jacob Tomlinson <jacob.tomlinson@informaticslab.co.uk>

* Fix annotations

Signed-off-by: Jacob Tomlinson <jacob.tomlinson@informaticslab.co.uk>
This commit is contained in:
Jacob Tomlinson
2019-03-19 02:14:22 -07:00
committed by Kubernetes Prow Robot
parent 07f00835ef
commit 540fa83cab
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: efs-provisioner
description: A Helm chart for the AWS EFS external storage provisioner
version: 0.3.4
version: 0.3.5
appVersion: v2.1.0-k8s1.11
home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs
sources:
@@ -8,9 +8,11 @@ metadata:
chart: {{ template "efs-provisioner.chartname" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- if .Values.efsProvisioner.storageClass.isDefault }}
annotations:
{{- if .Values.efsProvisioner.storageClass.isDefault }}
storageclass.kubernetes.io/is-default-class: "true"
{{- end }}
{{- if .Values.annotations }}
{{ toYaml .Values.annotations | indent 4 }}
{{- end }}
provisioner: {{ .Values.efsProvisioner.provisionerName }}
+4
View File
@@ -22,6 +22,10 @@ busyboxImage:
tag: 1.27
pullPolicy: IfNotPresent
## Deployment annotations
##
annotations: {}
## Configure provisioner
## https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs#deployment
##