Skip to content

lexops/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infra Repo

Install ApplicationSet Updater

Create applicationset updater manifest

cat << EOF > applicationset-updater.yml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: applicationset-updater
  namespace: argocd
spec:
  project: default
  source:
    repoURL: 'https://github.com/lexops/infra.git'
    path: argocd
    targetRevision: HEAD
  destination:
    server: 'https://kubernetes.default.svc'
    namespace: argocd
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
      - CreateNamespace=true
EOF

Apply on cluster

kubectl apply -f applicationset-updater.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages