fix: Fixed a regression that was introduced with changed nil handling (#7938)

Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/7937/head
Matt Butcher 6 years ago committed by GitHub
parent 51ac9453a0
commit 7b89e66e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,7 @@ serviceAccount:
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:
name: ""
podAnnotations: {}

Loading…
Cancel
Save