1
0
Fork 0
kubernetes/xactfetch/kustomization.yaml

26 lines
408 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: firefly-iii
labels:
- pairs:
app.kubernetes.io/instance: xactfetch
includeSelectors: true
resources:
- pvc.yaml
- xactfetch.yaml
- secrets.yaml
configMapGenerator:
- name: xactfetch
envs:
- xactfetch.env
- name: xactfetch-secrets
files:
- secrets.toml
- name: xactfetch-rbw
files:
- config.json=rbw-config.json