From b23cf1f1b2302209ebacea23c73c547599f44724 Mon Sep 17 00:00:00 2001 From: Jeff Sullivan <30773380+nascd@users.noreply.github.com> Date: Thu, 2 May 2024 11:56:20 -0600 Subject: [PATCH] fix(vector): have psp support hostNetwork: true when podHostNetwork is true (#385) * fix(vector): have psp support hostNetwork: true when podHostNetwork is true --- charts/vector/Chart.yaml | 2 +- charts/vector/templates/psp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index b87d1819..c6070e03 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.32.1" +version: "0.32.2" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application diff --git a/charts/vector/templates/psp.yaml b/charts/vector/templates/psp.yaml index 3c826bc6..337b1b34 100644 --- a/charts/vector/templates/psp.yaml +++ b/charts/vector/templates/psp.yaml @@ -28,7 +28,7 @@ spec: readOnly: true - pathPrefix: "/proc" readOnly: true - hostNetwork: false + hostNetwork: {{ .Values.podHostNetwork }} hostIPC: false hostPID: false runAsUser: