Compare commits

..

No commits in common. "cb6a5021c8fdb5481a3b945d7a896ff78fee81bb" and "6547aee98ee7185ad0d50dee8a97105fbc51e248" have entirely different histories.

2 changed files with 2 additions and 5 deletions

@ -1,4 +1,3 @@
{{- if .Values.persistence.enabled -}}
{{ if and (.Values.config.DRONE_DATABASE_DRIVER | default "sqlite3" | eq "sqlite3") (not .Values.persistence.existingClaim) }}
apiVersion: v1
kind: PersistentVolumeClaim
@ -15,5 +14,4 @@ spec:
{{- if .Values.persistence.storageClass }}
storageClassName: {{ .Values.persistence.storageClass | quote }}
{{- end }}
{{- end }}
{{- end -}}
{{- end }}

@ -576,7 +576,6 @@ affinity: {}
# persistence is only required when config.DATABASE_DRIVER is sqlite3 or
# undefined.
persistence:
enabled: true
annotation: {}
# existingClaim:
size: 5Gi
@ -615,4 +614,4 @@ extraVolumeMounts: {}
# - name: custom-ca-anchor
# mountPath: /usr/local/share/ca-certificates
# - name: custom-tls-certificates
# mountPath: /etc/drone/tls
# mountPath: /etc/drone/tls