chore(foundryvtt): refactor to follow kustomize format
This commit is contained in:
parent
2510d8590c
commit
093ee3daea
4 changed files with 19 additions and 0 deletions
4
apps/foundryvtt/base/kustomization.yaml
Normal file
4
apps/foundryvtt/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- deployment.yaml
|
||||||
11
apps/foundryvtt/overlays/games/config.json
Normal file
11
apps/foundryvtt/overlays/games/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"appName": "foundryvtt",
|
||||||
|
"userGivenName": "foundryvtt",
|
||||||
|
"destNamespace": "ttrpg",
|
||||||
|
"destServer": "https://kubernetes.default.svc",
|
||||||
|
"srcPath": "apps/foundryvtt/overlays/games",
|
||||||
|
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
|
||||||
|
"srcTargetRevision": "",
|
||||||
|
"labels": null,
|
||||||
|
"annotations": null
|
||||||
|
}
|
||||||
4
apps/foundryvtt/overlays/games/kustomization.yaml
Normal file
4
apps/foundryvtt/overlays/games/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