Xavier Lange
Xavier Lange
I am experimenting with managing indexes from the `schema.yaml` as mentioned in #400 1. Add the `indexes` property to the ProjectFile protobuf 2. Test that it deserializes correctly 3. Add...
I need the ability to map secrets to environment variables. Works towards #102 . A value file like this: ```yaml environment: - name: ROOT_ENV_KEY value: root1234 searcher: extraEnv: - name:...
Right now the `.Values.metastore.extraEnv` is expected as _only_ literal K/V pairs and does not allow for the pulling in an environment variable from a secret. For me it is important...