Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to set annotations on the StatefulSet #199

Merged
merged 8 commits into from
Aug 14, 2020
Prev Previous commit
Next Next commit
Update values.yaml
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
  • Loading branch information
cablespaghetti and tvoran authored Aug 10, 2020
commit 9ed43cb02545b4db936b9cc143a9e807c47971bb
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,9 @@ server:

# Settings for the statefulSet used to run Vault.
statefulSet:
# Extra annotations for the statefulSet. This can either be YAML or a
# YAML-formatted multi-line templated string map of the annotations to apply
# to the statefulSet.
annotations: {}
cablespaghetti marked this conversation as resolved.
Show resolved Hide resolved

# Vault UI
Expand Down