Skip to content
Merged
Prev Previous commit
Next Next commit
installer: add create secrets permission
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
  • Loading branch information
jenting committed Dec 14, 2022
commit d0d0cb4d515bd481c7553e0085747ad28ed945e7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func role(ctx *common.RenderContext) ([]runtime.Object, error) {
APIGroups: []string{""},
Resources: []string{"secrets"},
Verbs: []string{
"create",
"get",
"list",
"watch",
Expand Down