* [stable/kanister-operator] RBAC changes and default profile creation
Provides the option to install a profile CR along with the operator
the profile CR is installed via a subchart
Kanister operator requires access to CRDs and Events.
Add this to the cluster-role.
Fixes https://github.com/kanisterio/kanister/issues/82
fixes https://github.com/kanisterio/kanister/issues/90
* fixing repo url and version requirement
* Fix typo
* remove remote chart with local
* operator version to 0.10.0
* new lines EOF
* Update Chart.yaml
* New helm chart for kanister-operator
* Trailing whitespaces fix
* making rbac.service_account consistent across all files
* miving to stable per suggecstion in PR's comments
* updating README incubator->stable
* Updating kanister-operator release version
* fixing incorrect value name.
* Adding appVersion, source and github usernames for maintainers
* updating _helpers.tpl to use namespace functions
updating all function calls
* bring rbac configuration to the latest best practices
* fixing typos
* adding missing new line
* tables->table there is only one table
* default image tag 0.2.0 -> v0.2.0
* addressing requested review changes
serviceAccount is getting it's own file
minimal version 1.8+
chart template into chart label
apps/v1beta2 for Deployment