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
Instead of using raw kubernetes specification files, the CI workflow should deploy on kubernetes cluster using local helm chart.
Process would look something like:
The project would define a local repository of a helm chart. Important - This is not published, it's completely local.
The CI pipeline determines how to deploy the application. In order to maintain backward compatibility, we need to keep support for specification files. If a helm chart is found, then it tries to deploy using helm.
The helm charts will be provided with same set of configuration values as the specification files.
The text was updated successfully, but these errors were encountered:
Instead of using raw kubernetes specification files, the CI workflow should deploy on kubernetes cluster using local helm chart.
Process would look something like:
The text was updated successfully, but these errors were encountered: