Skip to content

Commit

Permalink
Rename KubeDashboardDisabled.rego to kubeDashboardDisabled.rego
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Rodriguez authored Aug 24, 2020
1 parent 04fe83b commit 63b757e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kubeDashboardDisabled[api.id] {
profile := api.config.addon_profile[_]
dashboard := profile.kube_dashboard[_]
dashboard.enabled == true
}
}

0 comments on commit 63b757e

Please sign in to comment.