mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
17 lines
373 B
YAML
17 lines
373 B
YAML
apiVersion: promoter.argoproj.io/v1alpha1
|
|
kind: ClusterScmProvider
|
|
metadata:
|
|
name: github-enterprise
|
|
generation: 1
|
|
spec:
|
|
secretRef:
|
|
name: github-app-secret
|
|
github:
|
|
appID: 1
|
|
status:
|
|
conditions:
|
|
- type: Ready
|
|
status: "False"
|
|
reason: ReconciliationError
|
|
message: "Reconciliation failed: invalid credentials"
|
|
observedGeneration: 1
|