Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssz1997 committed Nov 17, 2023
1 parent f0aed11 commit 8fa3e55
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/dataset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type DatasetSpec struct {

type DatasetConf struct {
Path string `json:"path" yaml:"path"`
Credentials map[string]string `json:"credentials,omitemptty" yaml:"credentials,omitempty"`
Credentials map[string]string `json:"credentials,omitempty" yaml:"credentials,omitempty"`
}

// +kubebuilder:object:root=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ spec:
path:
type: string
required:
- credentials
- path
type: object
required:
Expand Down
1 change: 0 additions & 1 deletion resources/crds/k8s-operator.alluxio.com_datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ spec:
path:
type: string
required:
- credentials
- path
type: object
required:
Expand Down

0 comments on commit 8fa3e55

Please sign in to comment.