Skip to content

Commit

Permalink
fix(apps/dev): fix prow crd for tekton pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Sep 22, 2023
1 parent 353cae3 commit 844be61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/_crds/prow/hacked/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https:/kyma-project/test-infra/raw/main/prow/cluster/components/prowjob_customresourcedefinition.yaml
2 changes: 1 addition & 1 deletion apps/dev/prow-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ spec:
kind: GitRepository
name: flux-system
namespace: flux-system
path: ./apps/_crds/prow
path: ./apps/_crds/prow/hacked
prune: true
force: true

0 comments on commit 844be61

Please sign in to comment.