restruct project structure using argocd-autopilot

This commit is contained in:
2024-07-15 00:41:06 +10:00
parent fd7f45a535
commit 0778ba5821
15 changed files with 301 additions and 59 deletions

View File

@@ -0,0 +1,11 @@
{
"appName": "my-app",
"userGivenName": "my-app",
"destNamespace": "default",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/my-app/overlays/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base