Difference between revisions of "Kind: Application"

From wikieduonline
Jump to navigation Jump to search
Line 19: Line 19:
  
 
== See also ==
 
== See also ==
 +
* {{argoproj.io}}
 
* {{ArgoCD}}
 
* {{ArgoCD}}

Revision as of 09:21, 22 October 2024

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: guestbook
  namespace: argocd
spec:
  project: default
  source:
    repoURL: https://github.com/argoproj/argocd-example-apps.git
    targetRevision: HEAD
    path: guestbook
  destination:
    server: https://kubernetes.default.svc
    namespace: guestbook


See also

Advertising: