Skip to content

Commit

Permalink
[kots]: remove the "require min RBAC" boolean
Browse files Browse the repository at this point in the history
This prevents the preflight checks from being run in some environments
(eg, EKS) as there are elevated privileges required to interrogate
nodes etc
  • Loading branch information
Simon Emms authored and roboquat committed Sep 26, 2022
1 parent 9f8bf5f commit a8ab9fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/kots/manifests/kots-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ spec:
icon: ""
allowRollback: true
kubectlVersion: ">= 1.21.0"
requireMinimalRBACPrivileges: true
# daemonsets are not supported yet
statusInformers:
- deployment/blobserve
Expand Down

0 comments on commit a8ab9fb

Please sign in to comment.