Skip to content
Snippets Groups Projects
  1. Feb 04, 2022
  2. Feb 01, 2022
  3. Jan 27, 2022
  4. Jan 24, 2022
  5. Jan 17, 2022
  6. Dec 17, 2021
  7. Oct 21, 2021
  8. Sep 30, 2021
  9. Sep 06, 2021
  10. Jul 07, 2021
  11. Jul 01, 2021
  12. Jun 14, 2021
  13. May 25, 2021
    • fpetkovski's avatar
      Update kubeconform to 0.4.7 · 5fbdddf9
      fpetkovski authored
      This change updates the version of kubeconform to 0.4.7. It simplifies the
      `validate` Makefile target and extracts the kubernetes version into a variable.
      5fbdddf9
  14. Jan 29, 2021
  15. Jan 12, 2021
  16. Nov 16, 2020
  17. Nov 12, 2020
  18. Oct 21, 2020
    • Alex Sears's avatar
      Add print to find · fae7e1a9
      Alex Sears authored
      The `find` call in the Makefile doesn't actually output any `*.libsonnet` file due to the way `find` handles operators. This was discovered using GNU `find` on a Mac. From the manpages:
      
      > Please  note  that -a when specified implicitly (for example by two tests appearing without an explicit operator between them) or explicitly has higher precedence than -o.  This means that find . -name afile -o -name bfile -print will never print afile.
      
      A simple addition of `-print` to force the print fixes the issue.
      fae7e1a9
  19. Apr 07, 2020
  20. Apr 06, 2020
  21. Mar 24, 2020
  22. Mar 03, 2020
  23. Feb 06, 2020
  24. Oct 24, 2019
  25. Oct 14, 2019
  26. Sep 25, 2019
  27. Aug 28, 2019
  28. Jul 11, 2019
  29. May 17, 2019
  30. May 14, 2019
  31. Apr 15, 2019
  32. Mar 26, 2019
  33. Mar 20, 2019
    • Cory O'Daniel's avatar
      Moved kustomize to own jsonnet file · 1664600b
      Cory O'Daniel authored
      * [Modified] Makefile to run kustomize.jsonnet
      * [Modified] Moved kustomization from example.jsonnet to
      examples/kustomize.jsonnet
      * [Modified] kustomization file to land at root of kube-prometheus so
      current users can continue to use `kubectl apply -f manifests`
      1664600b
Loading