fea2177391
- replace all helm repos with artifactapi/virtual/helm - update projects with accepted repos - set resource requests/limits for woodpecker jobs
15 lines
329 B
YAML
15 lines
329 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../../base/csi-cephfs
|
|
|
|
helmCharts:
|
|
- name: ceph-csi-cephfs
|
|
repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
|
|
version: "3.15.0"
|
|
releaseName: ceph-csi-cephfs
|
|
namespace: csi-cephfs
|
|
valuesFile: values.yaml
|