Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitOps-starter

  1. mv .Jenkinsfile-example Jenkinsfile
  2. Update the envs/ directory. There should be a sub-folder for each environment you wish to maintain ie) envs/dev/ or ``envs/qa/`
  3. Add a stack.yaml to each newly created env directory. ie) envs/dev/mystack.yaml
    • The stack.yaml file can be empty OR can contain key-value pairs formatted <service-id>: '<service-version>'
  4. Update the services/ directory. The services directory should contain a .yaml file for each service you would like to have deployed to a stack. If a service triggers a GitOps build and a file does not exist. One will be created automatically.
  5. Update the Jenkinsfile to fit your use-case

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages