Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Revert "Hotfix description (#163)" (#164)
Browse files Browse the repository at this point in the history
* Revert "Hotfix description (#163)"

This reverts commit 65671ad.

* clean
  • Loading branch information
erdrix authored Nov 23, 2021
1 parent 65671ad commit 7a60440
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/nifiparametercontext_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Parameter struct {
// the value of the Parameter.
Value *string `json:"value,omitempty"`
// the description of the Parameter.
Description string `json:"description"`
Description string `json:"description,omitempty"`
// Whether the parameter is sensitive or not.
Sensitive bool `json:"sensitive,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
description: the value of the Parameter.
type: string
required:
- description
- name
type: object
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
description: the value of the Parameter.
type: string
required:
- description
- name
type: object
type: array
Expand Down

0 comments on commit 7a60440

Please sign in to comment.