File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments