Skip to content

Latest commit

 

History

History

service-account

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

service-account

Version: 1.1.0

Creates a ServiceAccount, ClusterRoleBinding and a ClusterRole with some provided rules.

This is useful when used with IAM roles for service accounts

Homepage: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

How to install this chart

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/service-account

To install the chart with the release name my-release:

helm install my-release deliveryhero/service-account

To install with some set values:

helm install my-release deliveryhero/service-account --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/service-account -f values.yaml

Values

Key Type Default Description
clusterRoleRules list []
extraLabels object {}
serviceAccountAnnotations object {}
serviceAccountName string nil

Maintainers

Name Email Url
max-rocket-internet [email protected]