12 lines
401 B
YAML
12 lines
401 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- akri.yaml
|
|
- cert-manager.yaml
|
|
- traefik.yaml
|
|
- cloudnative-pg.yaml
|
|
# - rook.yaml
|
|
- ./node-feature-discovery
|
|
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
|
- https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.7.1
|