ianstanton commented on a change in pull request #14152:
URL: https://github.com/apache/airflow/pull/14152#discussion_r620257779



##########
File path: chart/values.yaml
##########
@@ -445,6 +485,18 @@ webserver:
   # Number of webservers
   replicas: 1
 
+  # Create ServiceAccount
+  serviceAccount:
+    # Specifies whether a ServiceAccount should be created
+    create: true
+    # The name of the ServiceAccount to use.
+    # If not set and create is true, a name is generated using the release name
+    # name:
+
+    # Annotations to add to webserver kubernetes service account.
+    annotations: {}
+
+

Review comment:
       ```suggestion
   ```
   We can remove this extra newline

##########
File path: chart/values.schema.json
##########
@@ -1494,5 +1673,5 @@
                 }
             }
         }
-    }
+     }

Review comment:
       ```suggestion
       }
   ```
   @DerekHeldtWerle  Nitpick, don't think this extra space should be here




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to