Нема описа

appproject.yaml 691B

12345678910111213141516171819202122232425
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: AppProject
  3. metadata:
  4. name: gitops-kaisers-info-int
  5. namespace: argocd
  6. # Finalizer that ensures that project is not deleted until it is not referenced by any application
  7. finalizers:
  8. - resources-finalizer.argocd.argoproj.io
  9. spec:
  10. # Project description
  11. description: The app bundle POC project
  12. # Allow manifests to deploy from any Git repos
  13. sourceRepos:
  14. - '*'
  15. # Only permit applications to deploy to the guestbook namespace in the same cluster
  16. destinations:
  17. - namespace: '*'
  18. server: '*'
  19. # Deny all cluster-scoped resources from being created, except for Namespace
  20. clusterResourceWhitelist:
  21. - group: '*'
  22. kind: '*'