hangitbot/deploy/k8s/kustomization.yaml
2024-01-13 12:59:31 +08:00

14 lines
299 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
images:
- name: <Image>
newName: ghcr.io/senseab/hangitbot
newTag: v0.0.1