Skip to content

Commit

Permalink
removed catenax-ng reference
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Sep 9, 2024
1 parent 1848f29 commit bca7faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ The Helm Chart can be configured using the following parameters. For a full over
| discoveryfinder.dataSource.url | string | `"jdbc:postgresql://database:5432"` | Datasource URL |
| discoveryfinder.dataSource.user | string | `"user"` | Datasource user |
| discoveryfinder.host | string | `"localhost"` | This value is used by the Ingress object (if enabled) to route traffic |
| discoveryfinder.idp.issuerUri | string | `""` | The issuer URI of the OAuth2 identity provider |
| discoveryfinder.idp.publicClientId | string | `""` | ClientId |
| discoveryfinder.idp.issuerUri | string | `""` | The issuer URI of the OAuth2 identity provider |
| discoveryfinder.idp.publicClientId | string | `""` | ClientId |
| discoveryfinder.image.imagePullPolicy | string | `"IfNotPresent"` | ImagepullPolicy |
| discoveryfinder.image.registry | string | `"ghcr.io/catenax-ng"` | Image registry |
| discoveryfinder.image.registry | string | `"docker.io"` | Image registry |
| discoveryfinder.image.repository | string | `"sldt-discovery-finder"` | Image repository |
| discoveryfinder.image.version | string | `""` | Version of image. By default the app Version from Chart.yml is used. You can overwrite the version to use an other version of sldt-discovery-finder |
| discoveryfinder.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"selfsigned-cluster-issuer"` | |
Expand Down

0 comments on commit bca7faa

Please sign in to comment.