From 7896171b4172864d00597a14f497ae80b226824e Mon Sep 17 00:00:00 2001 From: David Landry Date: Sun, 21 Jan 2024 22:23:55 -0500 Subject: [PATCH] chore(apps): remove hello-world --- apps/hello-world/base/kustomization.yaml | 4 ---- apps/hello-world/overlays/system/config.json | 11 ----------- apps/hello-world/overlays/system/kustomization.yaml | 4 ---- 3 files changed, 19 deletions(-) delete mode 100644 apps/hello-world/base/kustomization.yaml delete mode 100644 apps/hello-world/overlays/system/config.json delete mode 100644 apps/hello-world/overlays/system/kustomization.yaml diff --git a/apps/hello-world/base/kustomization.yaml b/apps/hello-world/base/kustomization.yaml deleted file mode 100644 index 7930f5a..0000000 --- a/apps/hello-world/base/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- github.com/argoproj-labs/argocd-autopilot/examples/demo-app/ diff --git a/apps/hello-world/overlays/system/config.json b/apps/hello-world/overlays/system/config.json deleted file mode 100644 index 907ee69..0000000 --- a/apps/hello-world/overlays/system/config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "appName": "hello-world", - "userGivenName": "hello-world", - "destNamespace": "default", - "destServer": "https://kubernetes.default.svc", - "srcPath": "apps/hello-world/overlays/system", - "srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} diff --git a/apps/hello-world/overlays/system/kustomization.yaml b/apps/hello-world/overlays/system/kustomization.yaml deleted file mode 100644 index 4e4f197..0000000 --- a/apps/hello-world/overlays/system/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- ../../base