Skip to content

Commit

Permalink
Merge commit '5fb15d0c55d4c654f17b75e3028a64627f792a28'
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLollipop committed Aug 1, 2024
2 parents 771cbe7 + 5fb15d0 commit b6f4111
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/validate/validate_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ func getResourceListFromChart(chartPath string) (resources kube.ResourceList, er

// fake values for helm dry run
values := make(map[string]interface{})
values["oidc"] = map[string]interface{}{
"client": map[string]interface{}{},
"issuer": "issuer",
}
values["bfl"] = map[string]interface{}{
"username": "bfl-username",
}
Expand Down

0 comments on commit b6f4111

Please sign in to comment.