Skip to content

Commit

Permalink
Do not run curl silent during plugin installation (#1058)
Browse files Browse the repository at this point in the history
* Do not run curl silent

Helps to see if the plugin installation works. Also fail if it fails

* Update charts/nexus3/templates/configmap-scripts.yaml

Co-authored-by: Steve Hipwell <[email protected]>

---------

Co-authored-by: Steve Hipwell <[email protected]>
  • Loading branch information
EugenMayer and stevehipwell authored Oct 14, 2024
1 parent f1cd8ae commit 9da51ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nexus3/templates/configmap-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
set -euo pipefail
{{- range .Values.plugins }}
curl -sSLo /deploy/{{ .name }}.kar {{ .url }}
curl -fLo /deploy/{{ .name }}.kar {{ .url }}
{{- end }}
chown-data-dir.sh: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 9da51ce

Please sign in to comment.