use args not command
according to: https://blog.turai.work/entry/20230513/1683917349
This commit is contained in:
parent
457529693d
commit
7a6f334007
|
@ -15,8 +15,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: argocd-server
|
||||
command:
|
||||
- argocd-server
|
||||
args:
|
||||
- /usr/local/bin/argocd-server
|
||||
- --insecure
|
||||
- --redis
|
||||
- "argocd-redis-ha-haproxy:6379"
|
||||
|
|
Loading…
Reference in a new issue