2024-10-15 07:07:17 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
namespace: meshtastic
|
|
|
|
resources:
|
|
|
|
- namespace.yaml
|
2024-10-17 18:26:07 +00:00
|
|
|
- secrets.yaml
|
|
|
|
configMapGenerator:
|
2024-10-21 04:59:22 +00:00
|
|
|
- name: matrix-bridge-meshtastic
|
2024-10-30 21:59:42 +00:00
|
|
|
options:
|
|
|
|
disableNameSuffixHash: true
|
2024-10-15 07:07:17 +00:00
|
|
|
files:
|
2024-10-21 04:59:22 +00:00
|
|
|
- matrix-bridge-meshtastic/config.json
|