Skip to content

Commit

Permalink
Merge pull request #10 from cloud-pi-native/fix/override-plugins-in-c…
Browse files Browse the repository at this point in the history
…onsole-chart

fix: 🐛 override plugins if exists in console chart
  • Loading branch information
this-is-tobi authored Apr 29, 2024
2 parents 3c97ee3 + 23d3b44 commit 4f1fd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'charts/**'
workflow_dispatch:

jobs:
path-filter:
Expand Down
2 changes: 1 addition & 1 deletion charts/dso-console/templates/server/scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ data:
{{- range $i, $val := .Values.server.plugins }}
wget {{ $val }} -O {{ $i }}.zip;
mkdir -p /plugins/{{ $i }}
unzip {{ $i }}.zip -d /plugins/{{ $i }};
unzip -o {{ $i }}.zip -d /plugins/{{ $i }}
{{- end }}
{{- end }}

0 comments on commit 4f1fd64

Please sign in to comment.