-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use a function to verify the existence of required variables The previous approach was always checking the existence of variables, even for targets that did not require them e.g. `make fmt` would fail if any docker/registry variable was not defined. Now only targets that actually use those variable check for their definition state. - Install YTT locally We use some YTT where doing something very simple e.g. updating a container image, is terribly complicated in kustomize. Observe and compare deploy-dev vs deploy-local - Use "local" build and deploy targets "Local" targets that build containers locally and reference them in manifests, without pushing them. This is particularly useful in local environments, e.g. Docker Desktop, Rancher Desktop, where docker context is the same for Kuberentes and Image Building.
- Loading branch information
Showing
1 changed file
with
121 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters