From 5fc5b1db33a7d1a18de02c604bbbcfdc0007cced Mon Sep 17 00:00:00 2001 From: Igor Cezar Date: Tue, 2 Mar 2021 20:27:37 -0300 Subject: [PATCH] Changed jwtTokensByRole.additionalProperties type of AppProject CRD status field Signed-off-by: Igor Cezar --- charts/argo-cd/crds/crd-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/crds/crd-project.yaml b/charts/argo-cd/crds/crd-project.yaml index 766b2905..f117479a 100644 --- a/charts/argo-cd/crds/crd-project.yaml +++ b/charts/argo-cd/crds/crd-project.yaml @@ -243,7 +243,7 @@ spec: description: ID of the token type: string type: object - type: array + type: object description: JWT Tokens issued for each of the roles in the project type: object type: object