use args not command

according to:

   https://blog.turai.work/entry/20230513/1683917349
This commit is contained in:
Micke Nordin 2023-06-08 09:43:54 +02:00
parent 457529693d
commit 7a6f334007
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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"