mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
13 lines
No EOL
306 B
YAML
13 lines
No EOL
306 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: custom-resource
|
|
namespace: default
|
|
spec:
|
|
destination:
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: guestbook
|
|
repoURL: https://github.com/argoproj/argocd-example-apps.git |