From a17e98fa712099e4533eda3aff268a6d9f4691a5 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 5 Nov 2024 14:18:27 +0000 Subject: [PATCH] Fix up comments after rebase --- .../v1alpha1/config.porch.kpt.dev_repositories.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/porchconfig/v1alpha1/config.porch.kpt.dev_repositories.yaml b/api/porchconfig/v1alpha1/config.porch.kpt.dev_repositories.yaml index 044f07c9..3820e864 100644 --- a/api/porchconfig/v1alpha1/config.porch.kpt.dev_repositories.yaml +++ b/api/porchconfig/v1alpha1/config.porch.kpt.dev_repositories.yaml @@ -197,8 +197,8 @@ spec: type: string type: object git: - description: OCI repository details. Required if `type` is `oci`. - Must be unspecified if `type` is not `oci`. + description: Git repository details. Required if `type` is `git`. + Must be unspecified if `type` is not `git`. properties: branch: default: main