Skip to content

Commit

Permalink
custom packages are optional
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu Mccloskey <[email protected]>
  • Loading branch information
nabuskey committed Dec 8, 2023
1 parent 1aa1601 commit 73b7fe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/localbuild_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type PackageConfigsSpec struct {
GitConfig GitConfigSpec `json:"gitConfig,omitempty"`
Argo ArgoPackageConfigSpec `json:"argoPackageConfigs,omitempty"`
EmbeddedArgoApplications EmbeddedArgoApplicationsPackageConfigSpec `json:"embeddedArgoApplicationsPackageConfigs,omitempty"`
CustomPackageDirs []string `json:"customPackageDirs"`
CustomPackageDirs []string `json:"customPackageDirs,omitempty"`
}

type LocalbuildSpec struct {
Expand Down
2 changes: 0 additions & 2 deletions pkg/controllers/resources/idpbuilder.cnoe.io_localbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ spec:
type:
type: string
type: object
required:
- customPackageDirs
type: object
type: object
status:
Expand Down

0 comments on commit 73b7fe8

Please sign in to comment.