33 lines
646 B
YAML
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": "*"
|
|
}
|
|
]
|
|
}
|
|
}
|