Skip to content

Commit d90c607

Browse files
authored
Update README.md
1 parent 16d07ac commit d90c607

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ It's really possible (I hope not ^^) that I "reinventend the wheel" here so if y
1212
- the .yaml file you want to modify does only describe 1 Deployment having 1 container
1313
- Deployment name is the same as the Docker image name (like this : repo/**deployment-name**:tag)
1414

15+
## Description of environment variables used by the current script
16+
- CLUSTER_GIT_CLONE_URL : the cluster Git repo URL to git clone (through SSH)
17+
- YAML_FILE_PATH : the path to the .yaml file containing the Deployment to update
18+
- NAMESPACE : the namespace belonging to your Deployment
19+
- DOCKER_REPO : the name of the registry repo of your image to deploy (*repo*/deployment-name:tag)
20+
- DOCKER_IMAGE : the name of your image to deploy (repo/*deployment-name*:tag)
21+
- DOCKER_TAG : the tag of your image to deploy (repo/deployment-name:*tag*)
22+
1523
## How to build your first gitops-deploy image ?
1624
- simply git clone this repo, if you host it somewhere : make sure this Git repo will be PRIVATE (regarding the SSH key)
1725
- handle the TODO in [Dockerfile](Dockerfile)

0 commit comments

Comments
 (0)