You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/01 14:22:11 UTC

[GitHub] AlexRRR opened a new pull request #6800: Ingress template: don't remove leading new line

AlexRRR opened a new pull request #6800: Ingress template: don't remove leading new line
URL: https://github.com/apache/incubator-superset/pull/6800
 
 
   Currently we are removing the previous carriage return which gives us the following invalid Ingress object in certain circumstances
   ```
   #apiVersion: extensions/v1beta1
   kind: Ingress
   metadata:
   ...
   ```
   which results in:
   ```
   Error: validation failed: unable to recognize "": no matches for kind "Ingress" in version ""
   ```
   
   We just need to make sure that the apiVersion is not commented out by `#` 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org