mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
20 lines
385 B
YAML
20 lines
385 B
YAML
apiVersion: promoter.argoproj.io/v1alpha1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: app-repo
|
|
namespace: gitops-promoter
|
|
generation: 1
|
|
spec:
|
|
scmProviderRef:
|
|
kind: ScmProvider
|
|
name: github-provider
|
|
github:
|
|
owner: argoproj
|
|
name: argo-cd
|
|
status:
|
|
conditions:
|
|
- type: Example
|
|
status: "True"
|
|
reason: Example
|
|
message: ok
|
|
observedGeneration: 1
|