Skip to content

No kubectl #19

Merged
merged 73 commits into from
Jan 27, 2025
Merged

No kubectl #19

merged 73 commits into from
Jan 27, 2025

Commits on Dec 19, 2024

  1. remove kubectl

    morga471 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    29893ab View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    0393d71 View commit details
    Browse the repository at this point in the history
  2. use cr_url directly

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    6500632 View commit details
    Browse the repository at this point in the history
  3. use cr_url directly v2

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    153f947 View commit details
    Browse the repository at this point in the history
  4. use cr_url via map

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    0c26103 View commit details
    Browse the repository at this point in the history
  5. use url via map v2

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b831a3f View commit details
    Browse the repository at this point in the history
  6. from the data not the map

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    07a749f View commit details
    Browse the repository at this point in the history
  7. start over

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    80c4f2f View commit details
    Browse the repository at this point in the history
  8. expects a map not string

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    72c10d9 View commit details
    Browse the repository at this point in the history
  9. try each.url

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    13152b8 View commit details
    Browse the repository at this point in the history
  10. without yamldecode

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    3af08e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9118964 View commit details
    Browse the repository at this point in the history
  12. add trimspace

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b9b9a4e View commit details
    Browse the repository at this point in the history
  13. nope

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b3e7722 View commit details
    Browse the repository at this point in the history
  14. add null

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    556dbd5 View commit details
    Browse the repository at this point in the history
  15. strip dir stuff

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    e545867 View commit details
    Browse the repository at this point in the history
  16. remove depends

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    c412cc6 View commit details
    Browse the repository at this point in the history
  17. remove kubeconfig

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b12cd50 View commit details
    Browse the repository at this point in the history
  18. use null to pull file

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    9760a70 View commit details
    Browse the repository at this point in the history
  19. add depends

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    0f2b7ab View commit details
    Browse the repository at this point in the history
  20. cannonical example

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    10444d5 View commit details
    Browse the repository at this point in the history
  21. json to yaml

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    cd4ce1c View commit details
    Browse the repository at this point in the history
  22. maybe build a map

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    cf3869a View commit details
    Browse the repository at this point in the history
  23. no join

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    85154e1 View commit details
    Browse the repository at this point in the history
  24. yaml mangling

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    926daa2 View commit details
    Browse the repository at this point in the history
  25. idk

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    2f10cec View commit details
    Browse the repository at this point in the history
  26. idk2

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    bc04393 View commit details
    Browse the repository at this point in the history
  27. file intermediate

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d2b13ef View commit details
    Browse the repository at this point in the history
  28. file intermediate

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    2a7e02d View commit details
    Browse the repository at this point in the history
  29. maybe

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    8297364 View commit details
    Browse the repository at this point in the history
  30. try a split

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    3305954 View commit details
    Browse the repository at this point in the history
  31. invert

    morga471 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    ebfacf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. try provider function

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    466c10d View commit details
    Browse the repository at this point in the history
  2. fully qualified function

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    dc2b116 View commit details
    Browse the repository at this point in the history
  3. use multi

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    004d45d View commit details
    Browse the repository at this point in the history
  4. split again

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    98431bd View commit details
    Browse the repository at this point in the history
  5. join split

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    7682267 View commit details
    Browse the repository at this point in the history
  6. no join

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    5628747 View commit details
    Browse the repository at this point in the history
  7. back to func

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    321a66d View commit details
    Browse the repository at this point in the history
  8. write map

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    ec24288 View commit details
    Browse the repository at this point in the history
  9. loop on manifest

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    0167dd2 View commit details
    Browse the repository at this point in the history
  10. for_each refactor

    morga471 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    34b5751 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. add cond

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    f69fbb0 View commit details
    Browse the repository at this point in the history
  2. cannonical example

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    6bcc94c View commit details
    Browse the repository at this point in the history
  3. add name hack

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    84d9434 View commit details
    Browse the repository at this point in the history
  4. no namespace attrib

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    7cbfb56 View commit details
    Browse the repository at this point in the history
  5. replace with yamldecode

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    9945a9b View commit details
    Browse the repository at this point in the history
  6. no body

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    4173a05 View commit details
    Browse the repository at this point in the history
  7. synatx

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    edf1134 View commit details
    Browse the repository at this point in the history
  8. typo

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    dfbfba6 View commit details
    Browse the repository at this point in the history
  9. provider func again

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    6b8d405 View commit details
    Browse the repository at this point in the history
  10. use local intermediate

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    8e9a4c2 View commit details
    Browse the repository at this point in the history
  11. typos

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1c8d9ff View commit details
    Browse the repository at this point in the history
  12. interpolate

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    549d1af View commit details
    Browse the repository at this point in the history
  13. ugh

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1c963eb View commit details
    Browse the repository at this point in the history
  14. jsonencode

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    0255881 View commit details
    Browse the repository at this point in the history
  15. move to local

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    2c70e8e View commit details
    Browse the repository at this point in the history
  16. maybe

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    0ab01dc View commit details
    Browse the repository at this point in the history
  17. name

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    606c961 View commit details
    Browse the repository at this point in the history
  18. cleanup ref

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    68bfd30 View commit details
    Browse the repository at this point in the history
  19. force interpolate

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    b0b3de9 View commit details
    Browse the repository at this point in the history
  20. maybe

    morga471 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    ab77c13 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. use helm

    morga471 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    622c204 View commit details
    Browse the repository at this point in the history
  2. regenerate the charts

    morga471 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    641515c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b291d9 View commit details
    Browse the repository at this point in the history
  4. pathin

    morga471 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    b41202e View commit details
    Browse the repository at this point in the history
  5. no chart name?

    morga471 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    a276f9e View commit details
    Browse the repository at this point in the history
  6. interpolate

    morga471 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    adc44c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. no trailing slash

    morga471 committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    6d8c51a View commit details
    Browse the repository at this point in the history
  2. local

    morga471 committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    e521fcf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. cleanup

    morga471 committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    25225f8 View commit details
    Browse the repository at this point in the history
  2. tflint

    morga471 committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    c4a4376 View commit details
    Browse the repository at this point in the history
  3. fixed

    morga471 committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    bf4e9c3 View commit details
    Browse the repository at this point in the history