My FoundryVTT install broke because it automatically pulled `latest`. And there was a recent release to support v13, which has a different directory structure than v12. That caused the container to report that FoundryVTT wasn't actually installed.
11 lines
202 B
YAML
11 lines
202 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
|
|
patches:
|
|
- path: deployment-patch.yaml
|
|
|
|
images:
|
|
- name: pgschk/foundryvtt-containerized
|
|
newTag: v0.2.2
|