Skip to content

Commit

Permalink
fix: fix agent resources manifest (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Kumar Singh <[email protected]>
  • Loading branch information
anandrkskd authored Sep 11, 2024
1 parent f1a8d18 commit c372fcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions install/kubernetes/agent/agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ spec:
valueFrom:
configMapKeyRef:
name: argocd-agent-params
key: agent.principal.address
key: agent.server.address
optional: true
- name: ARGOCD_AGENT_REMOTE_PORT
valueFrom:
configMapKeyRef:
name: argocd-agent-params
key: agent.principal.port
key: agent.server.port
optional: true
- name: ARGOCD_AGENT_LOG_LEVEL
valueFrom:
Expand Down Expand Up @@ -73,9 +73,9 @@ spec:
valueFrom:
configMapKeyRef:
name: argocd-agent-params
key: agent.agent.mode
key: agent.mode
optional: true
- name: ARGOCD_AGENT_USERPASS_CREDS_PATH
- name: ARGOCD_AGENT_CREDS
valueFrom:
configMapKeyRef:
name: argocd-agent-params
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/agent/agent-params-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
# agent.creds: Valid credential identifier for this agent. Must be in the
# format <method>:<configuration>.
# Default: ""
agent.creds: "userpass:/app/config/creds/userpass.creds"
agent.creds.userpass.path: "userpass:/app/config/creds/userpass.creds"
# agent.tls.client.insecure: Whether to skip the validation of the remote TLS
# credentials. Insecure. Do only use for development purposes.
# Default: false
Expand Down

0 comments on commit c372fcd

Please sign in to comment.