Skip to content

Commit b00ec14

Browse files
committed
ci: update workflow-template
Add `--verbosity=debug` flag to kaniko build args This change increases the verbosity of the kaniko build process to aid in debugging. Previously, limited output made it difficult to diagnose build failures.
1 parent e63e703 commit b00ec14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/templates/app/ci/workflow-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ spec:
103103
- "--dockerfile=/workspace/source/Dockerfile"
104104
- "--cache-dir=/workspace/cache"
105105
- "--cleanup"
106+
- "--verbosity=debug"
106107
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:{{`{{inputs.parameters.sha}}`}}"
107108
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:latest"
108109
volumeMounts:

0 commit comments

Comments
 (0)