Giter Club home page Giter Club logo

Comments (2)

reefland avatar reefland commented on September 16, 2024 1

Got it. I suspected I needed to move the entire secret. Easy enough to do that. Thank you for the prompt response. Much appreciated.

from charts.

travisghansen avatar travisghansen commented on September 16, 2024

The entirety of driver.config gets stored as a single secret (it gets written out as a single yaml file in the container at launch time).

That secrets block quoted above is a distinct use-case and for a different purpose. Those correlate to data sent into the various methods/functions/grpc call of the csi spec during various operations.

Given that the whole config (ssh/http connections etc) are rendered as a yaml doc in the container you can't really split out different keys (you can use multiple values files and let helm merge them of course). If you just want the config to be handled by sealed-secrets etc you can do so using this: https://github.com/democratic-csi/charts/blob/master/stable/democratic-csi/values.yaml#L22

Alternatively you could use helm secrets and encrypt a values.yaml file (what I do generally).

from 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.