Skip to content

tomklapiscak/argocdtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

argocdtest

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: testroot
  namespace: argocd
spec:
  project: mas
  destination:
    server: https://kubernetes.default.svc
    namespace: default
  source:
    repoURL: https://github.com/tomklapiscak/argocdtest
    path: root-applications/account-root
    targetRevision: "main"
    helm:
      parameters: []
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
      - CreateNamespace=false
      - RespectIgnoreDifferences=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published