website/integrations: argocd: add missing url in ArgoCD configuration (#7404)
This commit is contained in:
parent
e52f13afae
commit
a10392efcc
|
@ -74,6 +74,7 @@ dex.authentik.clientSecret: <base 64 encoded value of the Client Secret from the
|
|||
In the `argocd-cm` ConfigMap, add the following to the data field :
|
||||
|
||||
```yaml
|
||||
url: http://argocd.company
|
||||
dex.config: |
|
||||
connectors:
|
||||
- config:
|
||||
|
|
Reference in New Issue