Skip to content

Commit

Permalink
add missing namespace to injector namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnhybrit authored Dec 18, 2024
1 parent b73f988 commit b1fd6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/openbao/templates/injector-network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: {{ template "openbao.fullname" . }}-agent-injector
namespace: {{ include "openbao.namespace" . }}
labels:
app.kubernetes.io/name: {{ template "openbao.name" . }}-agent-injector
app.kubernetes.io/instance: {{ .Release.Name }}
Expand Down

0 comments on commit b1fd6d8

Please sign in to comment.