Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/robusta-dev/robusta
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Aug 17, 2021
2 parents d77e742 + 35947b7 commit 0e3569e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion playbooks/configuration_ab_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class ABTestingParams(BaseModel):
grafana_url: str = "http://kube-prometheus-stack-1616314181-grafana.default.svc"
grafana_api_key: str
grafana_dashboard_uid: str
slack_channel: str
api_version: str = "v1"
kind: str
name: str
Expand Down
2 changes: 1 addition & 1 deletion playbooks/daemonsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def do_daemonset_mismatch_analysis(ds: DaemonSet) -> List[BaseBlock]:
]


class DaemonsetAnalysisParams(SlackParams):
class DaemonsetAnalysisParams(BaseModel):
daemonset_name: str
namespace: str

Expand Down

0 comments on commit 0e3569e

Please sign in to comment.