Skip to content

Commit

Permalink
Merge pull request observatorium#34 from morvencao/br_make_thanos_fie…
Browse files Browse the repository at this point in the history
…ld_optional_for_backcompatibility

make thanos field optional for backcompatibility.
  • Loading branch information
openshift-merge-robot authored May 26, 2021
2 parents e959481 + 8d7f518 commit f213b5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions api/v1alpha1/observatorium_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type ObservatoriumSpec struct {
// Hashrings describes a list of Hashrings
Hashrings []*Hashring `json:"hashrings"`
// Thanos Spec
// +optional
Thanos ThanosSpec `json:"thanos"`
// API
API APISpec `json:"api,omitempty"`
Expand Down
1 change: 0 additions & 1 deletion manifests/crds/core.observatorium.io_observatoria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,6 @@ spec:
required:
- hashrings
- objectStorageConfig
- thanos
type: object
status:
description: ObservatoriumStatus defines the observed state of Observatorium
Expand Down

0 comments on commit f213b5c

Please sign in to comment.