From 520156d19ed792ef8ac2d14f603c75f53e768cd5 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Wed, 23 Aug 2023 00:18:47 +0200 Subject: [PATCH] fix: argocd source plugin config type in schema --- internal/myks/assets/data-schema.ytt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/myks/assets/data-schema.ytt.yaml b/internal/myks/assets/data-schema.ytt.yaml index a76fa43b..4ed2ad7b 100644 --- a/internal/myks/assets/data-schema.ytt.yaml +++ b/internal/myks/assets/data-schema.ytt.yaml @@ -41,7 +41,7 @@ argocd: path: "" #! spec.source.plugin of the ArgoCD application. #@schema/type any=True - plugin: {} + plugin: #! spec.source.repoURL of the ArgoCD application. #! If not set, defaults to the current git repository URL. repoURL: ""