chore: Update manifests after change

This commit is contained in:
2025-12-07 04:21:41 +00:00
parent ea18ba92da
commit 7636d19fc5
75 changed files with 12 additions and 128 deletions

View File

@@ -1,5 +1,4 @@
---
# Source: argocd/charts/argo-cd/templates/argocd-repo-server/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -148,9 +147,9 @@ spec:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: "argocd-redis" # hard-coded in Job command and embedded Redis deployments (standalone and redis-ha)
name: "argocd-redis"
key: auth
optional: false # Secret is not optional in this case !
optional: false
- name: REDIS_SENTINEL_USERNAME
valueFrom:
secretKeyRef: