Add back name

This commit is contained in:
Micke Nordin 2023-06-08 10:22:32 +02:00
parent 4f36679f5c
commit 8a08bf74d5
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 4 additions and 3 deletions

View file

@ -14,9 +14,9 @@ spec:
app.kubernetes.io/name: argocd-server
spec:
containers:
- name: argocd-server
command:
- argocd-server
- args:
- /usr/local/bin/argocd-server
- --insecure
- --redis
- "argocd-redis-ha-haproxy:6379"
name: argocd-server

View file

@ -19,3 +19,4 @@ spec:
- --insecure
- --redis
- "argocd-redis-ha-haproxy:6379"
name: argocd-server