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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ It took me some time to achieve this and I was thinking : it's probably sure tha
9
9
It's really possible (I hope not ^^) that I "reinventend the wheel" here so if you know an existing similar repo or way to achieve the exact same purpose, please let me know. I precise that the goal is to avoid the using of an external CLI (like Flux one for example), only git command line, to follow the GitOps philosophy and have a CI pipeline completely independent of the GitOps agent pulling the changes.
10
10
11
11
## Assumptions of the current script
12
-
- the .yaml file you want to modify does only describe 1 Deployment having 1 container
12
+
- the .yaml file you want to modify does only describe 1 Deployment having 1 container template
13
13
- Deployment name is the same as the Docker image name (like this : repo/**deployment-name**:tag)
14
14
15
15
## Description of environment variables used by the current script
0 commit comments