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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: argocd-server
|
- name: argocd-server
|
||||||
command:
|
args:
|
||||||
- argocd-server
|
- /usr/local/bin/argocd-server
|
||||||
- --insecure
|
- --insecure
|
||||||
- --redis
|
- --redis
|
||||||
- "argocd-redis-ha-haproxy:6379"
|
- "argocd-redis-ha-haproxy:6379"
|
||||||
|
|
Loading…
Reference in a new issue