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 :
|
In the `argocd-cm` ConfigMap, add the following to the data field :
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
url: http://argocd.company
|
||||||
dex.config: |
|
dex.config: |
|
||||||
connectors:
|
connectors:
|
||||||
- config:
|
- config:
|
||||||
|
|
Reference in New Issue