diff --git a/app-of-apps/graphviz.yaml b/app-of-apps/graphviz.yaml new file mode 100644 index 0000000..6c9f414 --- /dev/null +++ b/app-of-apps/graphviz.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: graphviz + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: graphviz + server: https://kubernetes.default.svc + project: default + source: + path: graphviz + repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git + targetRevision: HEAD \ No newline at end of file