Skip to content

Commit c917599

Browse files
authored
docs: update RepoCreds Type description to include oci option (argoproj#25353)
Signed-off-by: Robin Lieb <34332703+robinlieb@users.noreply.github.com>
1 parent 1f8e9d9 commit c917599

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/application/v1alpha1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/application/v1alpha1/repository_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type RepoCreds struct {
4141
GitHubAppEnterpriseBaseURL string `json:"githubAppEnterpriseBaseUrl,omitempty" protobuf:"bytes,10,opt,name=githubAppEnterpriseBaseUrl"`
4242
// EnableOCI specifies whether helm-oci support should be enabled for this repo
4343
EnableOCI bool `json:"enableOCI,omitempty" protobuf:"bytes,11,opt,name=enableOCI"`
44-
// Type specifies the type of the repoCreds. Can be either "git" or "helm. "git" is assumed if empty or absent.
44+
// Type specifies the type of the repoCreds. Can be either "git", "helm" or "oci". "git" is assumed if empty or absent.
4545
Type string `json:"type,omitempty" protobuf:"bytes,12,opt,name=type"`
4646
// GCPServiceAccountKey specifies the service account key in JSON format to be used for getting credentials to Google Cloud Source repos
4747
GCPServiceAccountKey string `json:"gcpServiceAccountKey,omitempty" protobuf:"bytes,13,opt,name=gcpServiceAccountKey"`

0 commit comments

Comments
 (0)