diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fa037..47e5c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Features: * Added configurable update strategy for injector [GH-661](https://github.com/hashicorp/vault-helm/pull/661) * csi: ability to set priorityClassName for CSI daemonset pods [GH-670](https://github.com/hashicorp/vault-helm/pull/670) +Improvements: +* Set the namespace on the OpenShift Route [GH-679](https://github.com/hashicorp/vault-helm/pull/679) + ## 0.18.0 (November 17th, 2021) CHANGES: diff --git a/templates/server-route.yaml b/templates/server-route.yaml index 63055db..72b8752 100644 --- a/templates/server-route.yaml +++ b/templates/server-route.yaml @@ -9,6 +9,7 @@ kind: Route apiVersion: route.openshift.io/v1 metadata: name: {{ template "vault.fullname" . }} + namespace: {{ .Release.Namespace }} labels: helm.sh/chart: {{ include "vault.chart" . }} app.kubernetes.io/name: {{ include "vault.name" . }}