You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
salaboy
changed the title
Refactoring and organizing examples
Refactoring Examples for Chapter 2, including examples of packaging and adding automation
Apr 2, 2022
@mcruzdev the idea here is to have a task list for changes in all projects, but we should start by one.. the most complex project so far is the API Gateway so I would start there.. If you have enough rights, make sure to change the master branch for the main branch first.. before doing the automation.. so we can do everything from main
Notice that each task (checklist) have a button to create an issue to track that work.. feel free to create those issues from the checklist if that helps.
This issue is a checklist for all the changes that we need to apply to projects to make sure that the examples align:
master branch
tomain branch
api-gateway
) :config/
contains Kubernetes manifests that can be applied withkubectl apply -f
(this can be generated based on the helm charts, to keep them in sync)helm/
helm chart definition for the project, you should be able to build the chart usinghelm build .
#26carvel/
contains the configuration for a carvel package following: https://carvel.dev/blog/carvelize-helm-chart/The text was updated successfully, but these errors were encountered: