Files
Ilya Kislenko 598a8c7bb7 [stable/kanister-operator] RBAC changes and kanister profile creation (#6280)
* [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
2018-07-15 08:34:55 -07:00

34 lines
1.0 KiB
YAML

# Default values for kanister-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: kanisterio/controller
tag: 0.10.0
pullPolicy: IfNotPresent
rbac:
create: true
serviceAccount:
create: true
name:
# Configuration for the kanister profile dependency chart
profile:
create: false
# Used to indicate whether to create a default profile
defaultProfile: false
# Profile name used when defaultProfile is true
defaultProfileName: default-profile
# If not creating a defaultProfile, should set the profile name
profileName:
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi