Files
apps/foundation/charts/operators/templates/redis-operator.yaml
2025-12-22 21:06:43 +01:00

29 lines
667 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: redis-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: foundation
server: https://kubernetes.default.svc
project: foundation
source:
repoURL: https://ot-container-kit.github.io/helm-charts/
targetRevision: 0.22.2
chart: redis-operator
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- CreateNamespace=true
info:
- name: "Documentation: "
value: "https://redis-operator.opstree.dev/"