Automated Manifest Update (#2305)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2305 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2305.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
# Source: argocd/charts/argo-cd/templates/argocd-server/deployment.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -213,9 +212,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:
|
||||
|
||||
Reference in New Issue
Block a user