36 lines
712 B
YAML
36 lines
712 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: updatebot
|
|
|
|
labels:
|
|
- pairs:
|
|
app.kubernetes.io/component: updatebot
|
|
app.kubernetes.io/instance: updatebot
|
|
app.kubernetes.io/part-of: updatebot
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- updatebot.yaml
|
|
- secrets.yaml
|
|
|
|
configMapGenerator:
|
|
- name: updatebot-projects
|
|
files:
|
|
- home-assistant.toml=projects/home-assistant.toml
|
|
- firefly-iii.toml=projects/firefly-iii.toml
|
|
- paperless-ngx.toml=projects/paperless-ngx.toml
|
|
options:
|
|
disableNameSuffixHash: true
|
|
|
|
- name: ssh-known-hosts
|
|
files:
|
|
- ssh_known_hosts
|
|
options:
|
|
disableNameSuffixHash: true
|
|
|
|
---
|
|
images:
|
|
- image: git.pyrocufflink.net/infra/updatebot
|
|
newTag: dev
|