# Default values for refactorspaces-operator. # This is a YAML-formatted file. # Declare variables to be passed into your templates. namespace: refactorspaces-system deployment: name: refactorspaces-operator image: repository: icplab/rs-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "refactorspaces-account" iamRoleArn: arn:aws:iam::xxxxxxxxxx:role/refactorspaces-role-cluster clusterRole: refactorspaces-k8s-role-cluster clusterRoleBinding: refactorspaces-rolebinding-cluster