mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
07f00835ef
commit
540fa83cab
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user