feat(portfolio): add staging environment

This commit is contained in:
David Landry 2024-10-16 18:41:07 -04:00
parent 0dda9f282d
commit 13ea8de355
11 changed files with 339 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"appName": "portfolio",
"userGivenName": "portfolio",
"destNamespace": "staging-sites",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/portfolio/overlays/staging-sites",
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}