crossplane-contrib / provider-alibaba

Crossplane provider for Alibaba Cloud
Apache License 2.0
50 stars 18 forks source link

Make provider-alibaba container run as non-root #13

Closed hasheddan closed 4 years ago

hasheddan commented 4 years ago

Signed-off-by: hasheddan georgedanielmangum@gmail.com

Description of your changes

Crossplane refuses containers that run as root by default. provider-alibaba does not require root access so it should run as non-root by default.

Checklist

I have:

hasheddan commented 4 years ago

I have confirmed that this installs and runs successfully with latest crossplane

hasheddan commented 4 years ago

@hongchaodeng feel free to merge at-will :)