Skip to content

Commit

Permalink
start pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmlarsson committed Jan 23, 2024
1 parent be66db9 commit 36740ea
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
21 changes: 21 additions & 0 deletions argocd/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ci
namespace: openshift-gitops
labels:
group: applications
annotations:
argocd.argoproj.io/sync-wave: "50"
spec:
destination:
namespace: cp4i
server: https://kubernetes.default.svc
project: default
source:
repoURL: https://github.com/Nordic-MVP-GitOps-Repos/hypersonic-lightweight-cp4i.git
path: ./components/ci/base
syncPolicy:
automated:
prune: true
selfHeal: true
1 change: 1 addition & 0 deletions argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resources:
- openshift-monitoring.yaml
- openshift-logging.yaml
- openshift-pipelines.yaml
- ci.yaml
- liberty-operator.yaml
- liberty-app.yaml

Expand Down
6 changes: 6 additions & 0 deletions components/ci/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
#- pipeline.yaml
- https://api.hub.tekton.dev/v1/resource/tekton/task/gradle/0.4/raw

0 comments on commit 36740ea

Please sign in to comment.