Skip to content

Commit

Permalink
chore: remove references to ARGOCD_REDIS (#13434)
Browse files Browse the repository at this point in the history
  • Loading branch information
crenshaw-dev committed Jun 16, 2023
1 parent 0496867 commit dea3848
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ spec:
- name: argocd-application-controller
args:
- /usr/local/bin/argocd-application-controller
env:
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: redis.server
6 changes: 0 additions & 6 deletions manifests/ha/base/overlays/argocd-repo-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ spec:
- name: argocd-repo-server
args:
- /usr/local/bin/argocd-repo-server
env:
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: redis.server
5 changes: 0 additions & 5 deletions manifests/ha/base/overlays/argocd-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: '2'
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: redis.server
args:
- /usr/local/bin/argocd-server
15 changes: 0 additions & 15 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19958,11 +19958,6 @@ spec:
- args:
- /usr/local/bin/argocd-repo-server
env:
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
key: redis.server
name: argocd-cmd-params-cm
- name: ARGOCD_RECONCILIATION_TIMEOUT
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -20238,11 +20233,6 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
key: redis.server
name: argocd-cmd-params-cm
- name: ARGOCD_SERVER_INSECURE
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -20559,11 +20549,6 @@ spec:
- args:
- /usr/local/bin/argocd-application-controller
env:
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
key: redis.server
name: argocd-cmd-params-cm
- name: ARGOCD_CONTROLLER_REPLICAS
value: "1"
- name: ARGOCD_RECONCILIATION_TIMEOUT
Expand Down
15 changes: 0 additions & 15 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1986,11 +1986,6 @@ spec:
- args:
- /usr/local/bin/argocd-repo-server
env:
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
key: redis.server
name: argocd-cmd-params-cm
- name: ARGOCD_RECONCILIATION_TIMEOUT
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -2266,11 +2261,6 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
key: redis.server
name: argocd-cmd-params-cm
- name: ARGOCD_SERVER_INSECURE
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -2587,11 +2577,6 @@ spec:
- args:
- /usr/local/bin/argocd-application-controller
env:
- name: ARGOCD_REDIS
valueFrom:
configMapKeyRef:
key: redis.server
name: argocd-cmd-params-cm
- name: ARGOCD_CONTROLLER_REPLICAS
value: "1"
- name: ARGOCD_RECONCILIATION_TIMEOUT
Expand Down

0 comments on commit dea3848

Please sign in to comment.