mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-13 13:27:16 +00:00
9 lines
176 B
YAML
9 lines
176 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: testnet
|
|
#namePrefix: tn-
|
|
commonLabels:
|
|
variant: testnet
|
|
resources:
|
|
- ../../base
|
|
- namespace.yml |