argo-cd/manifests/base/redis/kustomization.yaml
Alexandre Gaudreault 0484f9f8a6
fix(manifest): using wrong container registry for non-ha redis (#23114)
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-05-22 19:38:51 +00:00

14 lines
336 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- argocd-redis-deployment.yaml
- argocd-redis-sa.yaml
- argocd-redis-service.yaml
- argocd-redis-network-policy.yaml
- argocd-redis-role.yaml
- argocd-redis-rolebinding.yaml
images:
- name: redis
newName: public.ecr.aws/docker/library/redis