mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
16 lines
300 B
YAML
16 lines
300 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: coturn
|
|
|
|
resources:
|
|
- ns.yaml
|
|
- secret-netbird-credentials.yaml
|
|
|
|
helmCharts:
|
|
- name: coturn
|
|
repo: https://charts.jaconi.io
|
|
releaseName: coturn
|
|
namespace: coturn
|
|
version: 0.8.6
|
|
valuesFile: values.yaml
|