Guest User

Untitled

a guest
May 16th, 2019
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. .
  2. ├── Chart.yaml
  3. ├── requirements.lock
  4. ├── schema.yaml
  5. ├── templates
  6. │   ├── NOTES.txt
  7. │   ├── _helpers.tpl
  8. │   ├── hub
  9. │   │   ├── configmap.yaml
  10. │   │   ├── deployment.yaml
  11. │   │   ├── image-credentials-secret.yaml
  12. │   │   ├── netpol.yaml
  13. │   │   ├── pdb.yaml
  14. │   │   ├── pvc.yaml
  15. │   │   ├── rbac.yaml
  16. │   │   ├── secret.yaml
  17. │   │   └── service.yaml
  18. │   ├── image-puller
  19. │   │   ├── _daemonset-helper.yaml
  20. │   │   ├── daemonset.yaml
  21. │   │   ├── job.yaml
  22. │   │   └── rbac.yaml
  23. │   ├── ingress.yaml
  24. │   ├── proxy
  25. │   │   ├── autohttps
  26. │   │   │   ├── _README.txt
  27. │   │   │   ├── configmap-nginx.yaml
  28. │   │   │   ├── deployment.yaml
  29. │   │   │   ├── ingress-internal.yaml
  30. │   │   │   ├── rbac.yaml
  31. │   │   │   └── service.yaml
  32. │   │   ├── deployment.yaml
  33. │   │   ├── netpol.yaml
  34. │   │   ├── pdb.yaml
  35. │   │   ├── secret.yaml
  36. │   │   └── service.yaml
  37. │   ├── scheduling
  38. │   │   ├── _scheduling-helpers.tpl
  39. │   │   ├── priorityclass.yaml
  40. │   │   ├── user-placeholder
  41. │   │   │   ├── pdb.yaml
  42. │   │   │   ├── priorityclass.yaml
  43. │   │   │   └── statefulset.yaml
  44. │   │   └── user-scheduler
  45. │   │   ├── _helpers.tpl
  46. │   │   ├── configmap.yaml
  47. │   │   ├── deployment.yaml
  48. │   │   ├── pdb.yaml
  49. │   │   └── rbac.yaml
  50. │   └── singleuser
  51. │   ├── image-credentials-secret.yaml
  52. │   └── netpol.yaml
  53. ├── validate.py
  54. └── values.yaml
Add Comment
Please, Sign In to add comment