Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Image promotion using ConfigMaps in OpenShift 3

The same ConfigMap is deployed in every environment, but with different values for the configuration

How to run

In the examples folder, there is a ./load-all.sh script that will set up everything for you

There will be 2 projects. In this example a project will resemble a stage/environment for the given application:

  • node-app-dev

  • node-app-test

Both will have a node.js application that will show some details, and a value defined in the ConfigMap that will be relative for each and every project (environment)

How to promote the application from dev to test

Just tag the image doing:

oc tag node-app-dev/node-app:latest node-app-test/node-app:test

You’ll see how the application get deployed into the test environment.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages