github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/docs/boom/yml/latest/ToolsetSpec/reconciling/Reconciling/Reconciling.md (about)

     1  # Reconciling 
     2   
     3  
     4  ## Structure 
     5   
     6  
     7  | Attribute            | Description                                                                                            | Default | Collection | Map  |
     8  | -------------------- | ------------------------------------------------------------------------------------------------------ | ------- | ---------- | ---  |
     9  | deploy               | Flag if tool should be deployed                                                                        |  false  |            |      |
    10  | customImage          | Use of custom argocd-image which includes gopass , [here](CustomImage/CustomImage.md)                  |         |            |      |
    11  | network              | Network configuration, used for SSO and external access , [here](network/Network/Network.md)           |         |            |      |
    12  | auth                 | Authorization and Authentication configuration for SSO , [here](auth/Auth/Auth.md)                     |         |            |      |
    13  | rbacConfig           | Configuration for RBAC in argocd , [here](Rbac/Rbac.md)                                                |         |            |      |
    14  | repositories         | Repositories used by argocd , [here](repository/Repository/Repository.md)                              |         | X          |      |
    15  | credentials          | Credentials used by argocd , [here](repository/Repository/Repository.md)                               |         | X          |      |
    16  | knownHosts           | List of known_hosts as strings for argocd                                                              |         | X          |      |
    17  | nodeSelector         | NodeSelector for deployment                                                                            |         |            | X    |
    18  | tolerations          | Tolerations to run argocd on nodes , [here](k8s/Tolerations/Tolerations.md)                            |         | X          |      |
    19  | dex                  | Dex options , [here](CommonComponent/CommonComponent.md)                                               |         |            |      |
    20  | repoServer           | RepoServer options , [here](CommonComponent/CommonComponent.md)                                        |         |            |      |
    21  | redis                | Redis options , [here](CommonComponent/CommonComponent.md)                                             |         |            |      |
    22  | controller           | Controller options , [here](CommonComponent/CommonComponent.md)                                        |         |            |      |
    23  | server               | Server options , [here](CommonComponent/CommonComponent.md)                                            |         |            |      |
    24  | overwriteImage       | Overwrite used image                                                                                   |         |            |      |
    25  | overwriteVersion     | Overwrite used image version                                                                           |         |            |      |
    26  | additionalParameters | Additional parameters to use in the deployments , [here](AdditionalParameters/AdditionalParameters.md) |         |            |      |