Skip to content

Commit

Permalink
Merge pull request #727 from ricardomaraschini/optional-logging-2
Browse files Browse the repository at this point in the history
Bug 1808118: Making logging parameter optional
  • Loading branch information
openshift-merge-robot authored Aug 29, 2020
2 parents c05698d + 2b6731a commit 8a3a835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion imageregistry/v1/00-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
description: ImageRegistrySpec defines the specs for the running registry.
type: object
required:
- logging
- managementState
- replicas
properties:
Expand Down
1 change: 1 addition & 0 deletions imageregistry/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ type ImageRegistrySpec struct {
// replicas determines the number of registry instances to run.
Replicas int32 `json:"replicas"`
// logging is deprecated, use logLevel instead.
// +optional
Logging int64 `json:"logging"`
// resources defines the resource requests+limits for the registry pod.
// +optional
Expand Down

0 comments on commit 8a3a835

Please sign in to comment.