From 920f384cc4131f54c355a83aca3f990c53d38a08 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Mon, 25 Nov 2024 13:05:39 +0100 Subject: [PATCH] chore: drop cognitoDomainUrl, we don't need it --- charts/trustify/values.schema.json | 7 +------ charts/trustify/values.schema.yaml | 4 ---- values-ocp-aws.yaml | 1 - 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/charts/trustify/values.schema.json b/charts/trustify/values.schema.json index e29afc1..fee236a 100644 --- a/charts/trustify/values.schema.json +++ b/charts/trustify/values.schema.json @@ -484,8 +484,7 @@ "type": "object", "additionalProperties": false, "required": [ - "type", - "cognitoDomainUrl" + "type" ], "properties": { "type": { @@ -493,10 +492,6 @@ "enum": [ "cognito" ] - }, - "cognitoDomainUrl": { - "type": "string", - "format": "url" } } } diff --git a/charts/trustify/values.schema.yaml b/charts/trustify/values.schema.yaml index 0f6ca82..e9e5d5a 100644 --- a/charts/trustify/values.schema.yaml +++ b/charts/trustify/values.schema.yaml @@ -390,15 +390,11 @@ definitions: additionalProperties: false required: - type - - cognitoDomainUrl properties: type: type: string enum: - cognito - cognitoDomainUrl: - type: string - format: url Oidc: type: object diff --git a/values-ocp-aws.yaml b/values-ocp-aws.yaml index 9749a1f..ac5d8a0 100644 --- a/values-ocp-aws.yaml +++ b/values-ocp-aws.yaml @@ -5,7 +5,6 @@ ingress: authenticator: type: cognito - cognitoDomainUrl: # <3> storage: s3: