Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Codefresh GitOps Certification examples - Level 3 - GitOps Enterprise
This repository contains examples for the ArgoCD/GitOps certification workshops (Level 3)

Take the certification yourself at [https://codefresh.io/courses/get-gitops-certified/](https://learning.codefresh.io/)

good commit

good commit
8 changes: 5 additions & 3 deletions preview-environments/pr-generator/pr-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ spec:
generators:
- pullRequest:
github:
owner: codefresh-contrib
owner: tperelle
repo: gitops-cert-level-3-examples
requeueAfterSeconds: 180
labels:
- preview-ready
requeueAfterSeconds: 30
template:
metadata:
name: 'myapp-{{.branch}}'
spec:
source:
repoURL: 'https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git'
repoURL: 'https://github.com/tperelle/gitops-cert-level-3-examples.git'
targetRevision: HEAD
path: preview-environments/kustomize-preview-app/
kustomize:
Expand Down