Skip to content

Commit

Permalink
add prow deployment and its cluster-admin level prereqs (operate-firs…
Browse files Browse the repository at this point in the history
…t#37)

* ✨ add prow deployment and its cluster-admin level prereqs

Signed-off-by: Christoph Görn <goern@redhat.com>

* incorporate comments from @tumido

Signed-off-by: Christoph Görn <goern@redhat.com>
  • Loading branch information
goern authored and harshad16 committed Jan 31, 2021
1 parent a93345d commit 374138c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions overlays/moc/operate-first/ci-prow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ci-prow-cluster-admin
spec:
project: operate-first
source:
path: prow/overlays/cluster-admin
repoURL: "https://github.com/thoth-station/thoth-application.git"
targetRevision: master
destination:
namespace: opf-ci-prow
server: "https://kubernetes.default.svc"
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- Validate=false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ci-prow-prod
spec:
project: operate-first
source:
path: prow/overlays/cnv-prod
repoURL: "https://github.com/thoth-station/thoth-application.git"
targetRevision: master
destination:
namespace: opf-ci-prow
server: "https://kubernetes.default.svc"
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- Validate=false
1 change: 1 addition & 0 deletions overlays/moc/operate-first/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ patchesStrategicMerge:
- datacatalog.yaml
- kafka.yaml
- observatorium.yaml
- ci-prow.yaml

0 comments on commit 374138c

Please sign in to comment.