Merge pull request #13111 from rawtaz/style-cosmetics

style(pkg/chartutil): add missing dots and indentation to defaultValues
pull/31132/head
Joe Julian 3 weeks ago committed by GitHub
commit 6ecf033700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -126,14 +126,14 @@ fullnameOverride: ""
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/ # This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created.
create: true create: true
# Automatically mount a ServiceAccount's API credentials? # Automatically mount a ServiceAccount's API credentials?
automount: true automount: true
# Annotations to add to the service account # Annotations to add to the service account.
annotations: {} annotations: {}
# The name of the service account to use. # The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template.
name: "" name: ""
# This is for setting Kubernetes Annotations to a Pod. # This is for setting Kubernetes Annotations to a Pod.

Loading…
Cancel
Save