You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
427 B
16 lines
427 B
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: guestbook
|
|
namespace: argocd
|
|
# finalizers:
|
|
# - resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
destination:
|
|
namespace: dev-kustomize-guestbook
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: kustomize-guestbook/overlays/dev
|
|
repoURL: https://github.com/radtac-craft/argocd-example-apps.git
|
|
targetRevision: dev
|