23 lines
356 B
YAML
23 lines
356 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-rbw
|
|
files:
|
|
- config.json=rbw-config.json
|