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

This commit is contained in:
2024-02-23 19:26:34 +01:00
parent b036ce7710
commit 9d56d1d0b9
3 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HELM_CHART_VERSION: "1.0.33" HELM_CHART_VERSION: "1.0.34"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Helm - name: Set up Helm

View File

@@ -152,11 +152,11 @@ spec:
{{- if .Values.storage.local.active }} {{- if .Values.storage.local.active }}
{{- range .Values.storage.folders }} {{- range .Values.storage.folders }}
{{- if or ( eq . "certificates" ) ( eq . "secrets" ) }} {{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
- name: cloud - name: local
mountPath: "/app/{{ . }}" mountPath: "/app/{{ . }}"
subPath: "{{ . }}" subPath: "{{ . }}"
{{- else }} {{- else }}
- name: cloud - name: local
mountPath: "/app/web/app/{{ . }}" mountPath: "/app/web/app/{{ . }}"
subPath: "{{ . }}" subPath: "{{ . }}"
{{- end }} {{- end }}
@@ -164,9 +164,15 @@ spec:
{{- else }} {{- else }}
{{- if .Values.storage.cloud.active }} {{- if .Values.storage.cloud.active }}
{{- range .Values.storage.folders }} {{- range .Values.storage.folders }}
{{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
- name: cloud
mountPath: "/app/{{ . }}"
subPath: "{{ . }}"
{{- else }}
- name: cloud - name: cloud
mountPath: "/app/web/app/{{ . }}" mountPath: "/app/web/app/{{ . }}"
subPath: "{{ . }}" subPath: "{{ . }}"
{{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}

Binary file not shown.