Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from caos/v0.9.11
Browse files Browse the repository at this point in the history
V0.9.11
  • Loading branch information
stebenz authored Jan 29, 2020
2 parents 17ab664 + b585652 commit 412547f
Show file tree
Hide file tree
Showing 13 changed files with 720 additions and 100 deletions.
1 change: 1 addition & 0 deletions api/v1beta1/grafana.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type Grafana struct {
Admin *Admin `json:"admin,omitempty"`
Datasources []*Datasource `json:"datasources,omitempty"`
DashboardProviders []*Provider `json:"dashboardproviders,omitempty"`
Storage *StorageSpec `json:"storage,omitempty"`
}
type Admin struct {
ExistingSecret string `json:"existingSecret,omitempty" yaml:"existingSecret,omitempty"`
Expand Down
3 changes: 2 additions & 1 deletion api/v1beta1/logging-operator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package v1beta1

type LoggingOperator struct {
Deploy bool `json:"deploy,omitempty"`
Deploy bool `json:"deploy,omitempty"`
FluentdPVC *StorageSpec `json:"fluentdStorage,omitempty" yaml:"fluentdStorage,omitempty"`
}
108 changes: 54 additions & 54 deletions dashboards/kubelet/json/kubelet.json

Large diffs are not rendered by default.

Loading

0 comments on commit 412547f

Please sign in to comment.