openshift / service-serving-cert-signer

Archiving in favor of https://github.com/openshift/service-ca-operator
Apache License 2.0
13 stars 18 forks source link

Fix crash on nil configMap data #47

Closed mrogers950 closed 5 years ago

mrogers950 commented 5 years ago

Creating an annotated configMap without an initial data item will cause a crash. Fix this by initializing configMap.Data if nil. @openshift/sig-auth