18 lines
289 B
YAML
18 lines
289 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: homarr
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- ingress.yaml
|
|
|
|
helmCharts:
|
|
- name: homarr
|
|
releaseName: homarr
|
|
repo: https://oben01.github.io/charts/
|
|
version: 1.0.4
|
|
valuesFile: values.yaml
|