Difference between revisions of "Kind: Application"
Jump to navigation
Jump to search
(Created page with " {{ArgoCD}}") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | * https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/ | ||
+ | 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 | ||
− | {{ArgoCD}} | + | == See also == |
+ | * {{kind: Application}} | ||
+ | * {{argoproj.io}} | ||
+ | * {{ArgoCD}} |
Latest revision as of 09:25, 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[edit]
Advertising: