13 lines
275 B
YAML
13 lines
275 B
YAML
# kubernetes/cilium/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: uptime-kuma
|
|
repo: https://helm.irsigler.cloud
|
|
version: 2.21.2
|
|
releaseName: uptime-kuma
|
|
includeCRDs: true
|
|
namespace: uptime-kuma
|
|
|