Skip to content

navikt/knada-git-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KNADA git sync

Docker image brukt av Airflow for å klone repoer i init- og sidecar-containere.

Clone

name: git-clone
image: europe-west1-docker.pkg.dev/knada-gcp/knada/git-sync
command:
  - /bin/sh
  - /git-clone.sh
args:
  - $repo
  - $branch
  - $dir
volumeMounts:
  - mountPath: $dir
    name: git-clone

Sync

name: git-clone
image: europe-west1-docker.pkg.dev/knada-gcp/knada/git-sync
command:
  - /bin/sh
  - /git-sync.sh
args:
  - $repo
  - $branch
  - $dir
  - $sync-time
volumeMounts:
  - mountPath: $dir
    name: git-clone

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •