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