mirror of https://github.com/harness/drone.git
fix: helm chart fix (#3590)
parent
f463f8f7f5
commit
9a46d7de82
|
@ -92,23 +92,3 @@ spec:
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.storage.persistentVolume.enabled }}
|
|
||||||
volumeClaimTemplates:
|
|
||||||
- metadata:
|
|
||||||
name: datadir
|
|
||||||
{{- with .Values.storage.persistentVolume.annotations }}
|
|
||||||
annotations: {{- toYaml . | nindent 10 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
accessModes: ""
|
|
||||||
{{- if .Values.storage.persistentVolume.storageClass }}
|
|
||||||
{{- if (eq "-" .Values.storage.persistentVolume.storageClass) }}
|
|
||||||
storageClassName: ""
|
|
||||||
{{- else }}
|
|
||||||
storageClassName: {{ .Values.storage.persistentVolume.storageClass | quote}}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ .Values.storage.persistentVolume.size | quote }}
|
|
||||||
{{- end }}
|
|
Loading…
Reference in New Issue