okteto / dynamic-configurations-sample

Apache License 2.0
3 stars 3 forks source link

Generate dynamic configurations with Okteto

This sample shows how to configure an app with Okteto to generate a dynamic configuration at deploy time and from developer-defined Okteto Variables.

To try it:

  1. Login to your Okteto instance, and add a variable called MY_NAME with your name.
  2. Deploy the application via the deploy dialog, pointing to this Git repository.
  3. Check the application's logs and verify that the right values are printed.