Implemented auto commit new app version to GitOps by pipeline

This commit is contained in:
Marcin-Ramotowski
2025-07-04 22:42:51 +02:00
parent 600b5aeba8
commit 247798abc8
2 changed files with 36 additions and 4 deletions

View File

@ -40,6 +40,14 @@ spec:
- name: workspace-volume
mountPath: /home/jenkins/agent
- name: git
image: alpine/git:latest
tty: true
workingDir: /home/jenkins/agent
volumeMounts:
- name: workspace-volume
mountPath: /home/jenkins/agent
nodeSelector:
kubernetes.io/os: linux