Skip to content

Commit

Permalink
Add the missing namespace for the task quarkus-native packaged as hel…
Browse files Browse the repository at this point in the history
…m chart (#172)

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Jun 26, 2024
1 parent daa1b56 commit 7cf0201
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: quarkus-native-build
namespace: {{ .Values.app.namespace }}
spec:
workspaces:
- name: project-dir
Expand Down

0 comments on commit 7cf0201

Please sign in to comment.