Fix unquoted certificates error
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -112,11 +112,11 @@ spec:
|
||||
{{- else }}
|
||||
{{- if .Values.storage.cloud.active }}
|
||||
{{- range .Values.storage.folders }}
|
||||
{{- if or ( eq . certificates ) ( eq . secrets ) }}
|
||||
- name: cloud
|
||||
{{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
|
||||
- name: local
|
||||
mountPath: "/app/{{ . }}"
|
||||
subPath: "{{ . }}"
|
||||
{{- else }}
|
||||
{{- else }}
|
||||
- name: cloud
|
||||
mountPath: "/app/web/app/{{ . }}"
|
||||
subPath: "{{ . }}"
|
||||
|
||||
Reference in New Issue
Block a user