4243 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
5 results tagged helm x
  • thumbnail
    GitHub - FairwindsOps/nova: Find outdated or deprecated Helm charts running in your cluster.
    April 17, 2022 at 9:12:36 AM GMT+2 - permalink - archive.org - https://github.com/FairwindsOps/nova
    audit chart helm kubernetes
  • Note: Helm move resource from one chart to another

    FIrst edit your A chart to not include the resource, and add the keep annontation
    https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource

    annotations:
        "helm.sh/resource-policy": keep

    From this point, your resource is not managed by helm anymore
    Clean the resource (annotations...)

    Then import the resource so it's managed by B chart
    https://jacky-jiang.medium.com/import-existing-resources-in-helm-3-e27db11fd467

    February 16, 2022 at 10:00:12 AM GMT+1 * - permalink - archive.org - https:///?OH_jAg
    chart helm move
  • thumbnail
    GitHub - roboll/helmfile: Deploy Kubernetes Helm Charts
    April 26, 2019 at 5:02:54 PM GMT+2 - permalink - archive.org - https://github.com/roboll/helmfile
    helm k8s
  • thumbnail
    Using Helm without Tiller - Giant Swarm

    Pour obtenir les yaml sans installer un helm chart :

    helm template \
    --values ./values/prometheus.yaml \
    --output-dir ./manifests \
    ./charts/prometheus

    March 11, 2019 at 3:25:18 PM GMT+1 - permalink - archive.org - https://blog.giantswarm.io/what-you-yaml-is-what-you-get/
    helm k8s
  • Can anyone talk about the positives/negatives of Operators v/s Helm Charts? Fro... | Hacker News
    March 10, 2019 at 10:57:43 AM GMT+1 - permalink - archive.org - https://news.ycombinator.com/item?id=16969495
    helm k8s operator
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation