chore(apps): add homepage
This commit is contained in:
parent
e42033bd43
commit
1982c4bc7d
10 changed files with 308 additions and 0 deletions
11
apps/gethomepage/overlays/system/config.json
Normal file
11
apps/gethomepage/overlays/system/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "gethomepage",
|
||||
"userGivenName": "gethomepage",
|
||||
"destNamespace": "homepage",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/gethomepage/overlays/system",
|
||||
"srcRepoURL": "https://git.nc.landry.land/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
4
apps/gethomepage/overlays/system/kustomization.yaml
Normal file
4
apps/gethomepage/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
Loading…
Add table
Add a link
Reference in a new issue