GithubHelp home page GithubHelp logo

Comments (3)

stevehipwell avatar stevehipwell commented on July 23, 2024

@PushRom I'd be happy to add extra volumes to the chart, it's actually already coded and just waiting for a chart minor release. I think all the secret mounts other than volume are present. I won't enable the creation of secrets through the chart, this isn't a good pattern as the secret values end up in the Helm state and lifecycling secrets with Helm doesn't make sense. I'd recommend always maintaining external secrets external to the chart.

from helm-charts.

PushRom avatar PushRom commented on July 23, 2024

Ok. Let's wait for the release

from helm-charts.

stevehipwell avatar stevehipwell commented on July 23, 2024

@PushRom even with the coming extraVolumeMounts I'd recommend binding your secrets to env as demonstrated below; you can then use them directly in your Fluentd config. The added benefit of this is that it works in the current chart version (I use it extensively).

env:
  - name: SECRET_USERNAME
    valueFrom:
        secretKeyRef:
          name: mysecret
          key: username
    - name: SECRET_PASSWORD
      valueFrom:
        secretKeyRef:
          name: mysecret
          key: password

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.