chore(foundryvtt): refactor to follow kustomize format

This commit is contained in:
David Landry 2024-02-02 21:20:31 -05:00
parent 2510d8590c
commit 093ee3daea
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml

View 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
}

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base