-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from rusowyler/improve-documentation
Improved documentation
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
|
||
Useful to push images updates to a master repository containing central manifests. | ||
|
||
### When to use it? | ||
|
||
If you are using Kubernetes, usually, after building and pushing a Docker image to it's registry | ||
you will probably need to push that new tag to the repository that has all your manifest. | ||
|
||
### Flow: | ||
|
||
- Clones the central repository | ||
- Runs: kustomize edit set image | ||
- Pushes the resulted manifest to the central repository | ||
|
||
There are different variables to setup the action: | ||
|
||
## Inputs | ||
|
@@ -78,3 +89,8 @@ Then make the token available to the Github Action following the steps: | |
user-email: [email protected] | ||
directory: enviroment/qa | ||
``` | ||
## TODO: | ||
- Add real world examples | ||
- Add a working example |