diff --git a/docker-plain/files/chart/values.yaml b/docker-plain/files/chart/values.yaml index 9811cf91f..35d1be245 100644 --- a/docker-plain/files/chart/values.yaml +++ b/docker-plain/files/chart/values.yaml @@ -81,12 +81,12 @@ probes: serviceAccount: # Specifies whether a service account should be created - create: true + create: false # 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: "default" + # name: "default" podAnnotations: {}