Files
Keybard-Vagabond-Demo/manifests/infrastructure/redis/bitnami/kustomization.yaml

11 lines
310 B
YAML
Raw Normal View History

2025-12-24 14:35:17 +01:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- repository.yaml
# redis-storageclass.yaml moved to longhorn/kustomization.yaml
# StorageClass is managed by Longhorn infrastructure since it's a Longhorn StorageClass
- secret.yaml
- redis.yaml
- monitoring.yaml