Files
pikasTech-HWLAB/deploy/gitops/g14/argocd/project.yaml
T
2026-05-25 01:04:12 +08:00

33 lines
646 B
YAML

{
"apiVersion": "argoproj.io/v1alpha1",
"kind": "AppProject",
"metadata": {
"name": "hwlab-g14",
"namespace": "argocd"
},
"spec": {
"description": "HWLAB G14 GitOps project; D601 remains outside this project.",
"sourceRepos": [
"git@github.com:pikasTech/HWLAB.git"
],
"destinations": [
{
"server": "https://kubernetes.default.svc",
"namespace": "hwlab-dev"
}
],
"clusterResourceWhitelist": [
{
"group": "",
"kind": "Namespace"
}
],
"namespaceResourceWhitelist": [
{
"group": "*",
"kind": "*"
}
]
}
}