Skip to content

banzai-cicd/gitops-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages