hangitbot/deploy/k8s/kustomization.yaml
2024-02-04 13:29:39 +08:00

15 lines
327 B
YAML

# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
resources:
- deployment.yaml
secretGenerator:
- name: hangitbot
files:
- config/DATABASE_URI
- config/TGBOT_TOKEN
- config/GROUP_BANNED
images:
- name: <Image>
newName: ghcr.io/senseab/hangitbot
newTag: v0.1.2