What's New in Argo CD 2.10? templatePatch for ApplicationSets, Server Side Diff, and more!

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 9

  • @AnaisUrlichs
    @AnaisUrlichs 8 месяцев назад +1

    great video, thank you!

  • @delucabruno
    @delucabruno 11 месяцев назад

    Really good explanation! thanks for sharing this!

  • @MohammedNoureldin
    @MohammedNoureldin 11 месяцев назад +1

    Thanks a lot mate for the great summary! I really like your channel

    • @akuityio
      @akuityio  11 месяцев назад +1

      Glad you enjoy it!

  • @scratchbin
    @scratchbin Месяц назад

    Thanks, Can serverside apply catch changes made on live cluster by kubectl edit, ok fields that are not defined in helm values file, and there by not i lastappliedconfiguration? Thanks

  • @forbiddenera
    @forbiddenera 11 месяцев назад +1

    Hoping templatePatch works.. a lot of times you want specific fields in an app, like I want to use git generator for core services like argo and prometheus-operator with the latter requiring serverside apply and stuff

    • @forbiddenera
      @forbiddenera 11 месяцев назад +1

      Looks like it might.. love how the kustomize tag override for argo works for "2.9.0-sha" but "2.10.1" broke argo with it needing to be "v2.10.1".. had to manually kubectl edit deployments and the application controller pod to add the v to get it back 😂 now let's try this templatepatch

  • @mihaigalos279
    @mihaigalos279 11 месяцев назад

    Cool stuff. Would the templatePatch also allow kustomize-style delete operations?