From 7087bc31122067aaa44ba6bca83055abcdd5ee10 Mon Sep 17 00:00:00 2001 From: David Landry Date: Sun, 21 Jan 2024 14:54:19 -0500 Subject: [PATCH] installed app 'hello-world' on project 'system' installation-path: '/' --- 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 insertions(+) create mode 100644 apps/hello-world/base/kustomization.yaml create mode 100644 apps/hello-world/overlays/system/config.json create 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 new file mode 100644 index 0000000..7930f5a --- /dev/null +++ b/apps/hello-world/base/kustomization.yaml @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..457a008 --- /dev/null +++ b/apps/hello-world/overlays/system/config.json @@ -0,0 +1,11 @@ +{ + "appName": "hello-world", + "userGivenName": "hello-world", + "destNamespace": "default", + "destServer": "https://kubernetes.default.svc", + "srcPath": "apps/hello-world/overlays/system", + "srcRepoURL": "https://git.nc.landry.land/davad/argo.git", + "srcTargetRevision": "", + "labels": null, + "annotations": null +} \ No newline at end of file diff --git a/apps/hello-world/overlays/system/kustomization.yaml b/apps/hello-world/overlays/system/kustomization.yaml new file mode 100644 index 0000000..4e4f197 --- /dev/null +++ b/apps/hello-world/overlays/system/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- ../../base