Skip to content

KAnggara/CronJob

Repository files navigation

CronJob

apiVersion: argoproj.io/v1alpha1
kind: Application 
metadata: 
  name: cronjob 
spec:
  destination: 
    namespace: '' 
    server: https://kubernetes.default.svc 
  source: 
    path: . 
    repoURL: https://github.com/KAnggara/CronJob.git
    targetRevision: HEAD 
  sources: [] 
  project: cronjob 
  syncPolicy: 
    automated: 
      prune: true 
      selfHeal: true 
      enabled: true 
    syncOptions: 
      - CreateNamespace=true

About

Cron Job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors