carbonql / carbon-ts

(PRE-RELEASE ALPHA)
Apache License 2.0
4 stars 2 forks source link

Adding files to deployments (and pods, ...) #1

Open grampelberg opened 6 years ago

grampelberg commented 6 years ago

Let's say that I have a deployment I've created. I have a configuration file that my container requires (config.json).

const myDeployment = Deployment()
myDeployment.addFile("/tmp/config.json")

This would: