hashicorp / hashicorp/vault-helm

Extra configurations to server config map

Open
#504 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Shell
Stars
1.3k
Forks
898
Avg merge
3d 1h
Merged PRs (30d)
1

Description

**Is your feature request related to a problem? Please describe.**

Our deployment need some initialization after starting server (such as enable auth backend/import team roles/OIDC/policies...). So it would be handle for us to be able to adding some configuration file into server deployment

**Describe the solution you'd like**
adding something like below into bottom of server config map spec
```
{{- if .Values.configuration.data }}
{{ toYaml .Values.configuration.data | indent 2 }}
{{- end }}
```

Contributor guide

Open the contributing guide

Research direction

Start by locating the server config map template in the Helm chart and inspect how chart values are defined. Render the chart with configuration.data set, then verify that its contents appear in the server config map as requested; the issue's YAML snippet describes the expected result.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.