From bca7faa1b8808ea50baeeba3e576eebcfc1427e4 Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Mon, 9 Sep 2024 12:30:38 +0200 Subject: [PATCH] removed catenax-ng reference --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index edd5fd4..0627a3b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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"` | |