Kitura / CloudEnvironment

Convenience Swift package for accessing environment variables, credentials.
Apache License 2.0
12 stars 16 forks source link

Support getting configuration information from Kubernetes. #15

Closed rfdickerson closed 6 years ago

rfdickerson commented 7 years ago

Kubernetes deployments use configuration maps to store credentials or other configuration information to the nodes. We should allow CloudConfiguration to pull information from that source, if on K8 and available.

@rolivieri

christiancompton commented 6 years ago

Complete.