fix(openebs): update disk paths fix(openebs): enable crds for mayastor fix(openebs): enforce privileged pod security level fix(openebs): disable openebs lvm and zfs on thin These couldn't get used with talos so theres no future that I may or may not be using them fix(cilium): use kube-vip ip instead of internal ip fix(openebs): disable csi node init containers, add envcontext flag to io engine These are required to get some pods for openebs to run fix(monitoring): add namespace yaml fix(nginx): create namespace yaml
7 lines
177 B
YAML
7 lines
177 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./namespace.yaml
|
|
- ./victoria-metrics/ks.yaml
|
|
- ./kube-prometheus-stack/ks.yaml
|
|
- ./grafana/ks.yaml
|