diff --git a/applications/applications.yaml b/applications/applications.yaml deleted file mode 100644 index 552f2c2..0000000 --- a/applications/applications.yaml +++ /dev/null @@ -1,71 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: guestbook - namespace: argocd -spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: guestbook - repoURL: https://github.com/argoproj/argocd-example-apps - targetRevision: HEAD - syncPolicy: - automated: - prune: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: helm-dependency - namespace: argocd -spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: helm-dependency - repoURL: https://github.com/argoproj/argocd-example-apps - targetRevision: HEAD - syncPolicy: - automated: - prune: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: helm-guestbook - namespace: argocd -spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: helm-guestbook - repoURL: https://github.com/argoproj/argocd-example-apps - targetRevision: HEAD - syncPolicy: - automated: - prune: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kustomize-guestbook - namespace: argocd -spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: kustomize-guestbook - repoURL: https://github.com/argoproj/argocd-example-apps - targetRevision: HEAD - syncPolicy: - automated: - prune: true