Fixed
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2024-02-23 19:19:59 +01:00
parent d478cb6ec3
commit b036ce7710
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ spec:
{{- end }}
{{- if .Values.storage.local.active }}
{{- range .Values.storage.folders }}
{{- if or ( eq . certificates ) ( eq . secrets ) }}
{{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
- name: cloud
mountPath: "/app/{{ . }}"
subPath: "{{ . }}"
@@ -187,4 +187,4 @@ spec:
ports:
- containerPort: 8080
name: http
protocol: TCP
protocol: TCP