Upgrading from 1.2.x to 1.4.x+
Customizable service accounts
Introduction of new properties and deprecation of old properties in the Helm chart
soda:
agent:
## ServiceAccount configuration
serviceAccount:
## @param soda.agent.serviceAccount.create Specifies whether a ServiceAccount should be created
##
create: true
## @param soda.agent.serviceAccount.name The name of the ServiceAccount to use.
## If not set and create is true, a name is generated using the soda.fullname template
name: ""
## @param soda.agent.serviceAccount.labels Additional Service Account labels
##
labels: {}
## @param soda.agent.serviceAccount.annotations Additional Service Account annotations
##
annotations: {}
scanLauncher:
## ServiceAccount configuration
serviceAccount:
## @param soda.scanLauncher.serviceAccount.create Specifies whether a ServiceAccount should be created
##
create: true
## @param soda.scanLauncher.serviceAccount.name The name of the ServiceAccount to use.
## If not set and create is true, a name is generated using the soda.fullname template
name: ""
## @param soda.scanLauncher.serviceAccount.labels Additional Service Account labels
##
labels: {}
## @param soda.scanLauncher.serviceAccount.annotations Additional Service Account annotations
##
annotations: {}
contractLauncher:
## ServiceAccount configuration
serviceAccount:
## @param soda.contractLauncher.serviceAccount.create Specifies whether a ServiceAccount should be created
##
create: true
## @param soda.contractLauncher.serviceAccount.name The name of the ServiceAccount to use.
## If not set and create is true, a name is generated using the soda.fullname template
name: ""
## @param soda.contractLauncher.serviceAccount.labels Additional Service Account labels
##
labels: {}
## @param soda.contractLauncher.serviceAccount.annotations Additional Service Account annotations
##
annotations: {}
### NOW NOT LONGER SUPPORTED
## serviceAccount:
## labels: {}
## # Annotations to add to the service account
## annotations: {}
## # The name of the service account to use.
## name: "soda-agent"New default names for service accounts, roles and role bindings
Workload
Default name
Previous default name
Last updated
Was this helpful?
