Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Helm chart to configure Hashicorp's vault.
keywords:
- pattern
name: hashicorp-vault
version: 0.1.7
version: 0.1.8
home: https://github.com/validatedpatterns/hashicorp-vault-chart
dependencies:
- name: vault
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hashicorp-vault

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square)

A Helm chart to configure Hashicorp's vault.

Expand All @@ -24,6 +24,7 @@ This chart is used by the Validated Patterns installation script that can be fou

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| defaultDenyNetworkPolicy | object | false | Default-deny NetworkPolicy for the vault namespace When enabled, deploys a namespace-wide NetworkPolicy that blocks all ingress and egress for pods without an explicit allow policy. Patterns that need zero-trust network isolation should enable this and provide per-pod allow rules via vault.server.networkPolicy. |
| global | object | depends on the individual settings | The global namespace contains some globally used variables used in patterns |
| global.localClusterDomain | string | `"apps.foo.cluster.com"` | The DNS entry for the cluster the chart is being rendered on with the apps. prefix |
| global.openshift | bool | `true` | Setting the enforces openshift templates for the vault chart |
Expand Down Expand Up @@ -82,4 +83,5 @@ This is why we set the following in the values files:
Make sure to run "./update-helm-dependency.sh" after you updated the subchart
(by calling helm dependency update .)

We can drop this local patch once upstream merges <https://www.github.com/hashicorp/vault-helm/pull/1179>
We can drop this local patch once upstream fixes the bug (which would need reopining, discuss
and fixing)