Skip to content

Commit

Permalink
fix(vector): have psp support hostNetwork: true when podHostNetwork i…
Browse files Browse the repository at this point in the history
…s true (#385)

* fix(vector): have psp support hostNetwork: true when podHostNetwork is true
  • Loading branch information
nascd authored May 2, 2024
1 parent fe70554 commit b23cf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/vector/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
readOnly: true
- pathPrefix: "/proc"
readOnly: true
hostNetwork: false
hostNetwork: {{ .Values.podHostNetwork }}
hostIPC: false
hostPID: false
runAsUser:
Expand Down

0 comments on commit b23cf1f

Please sign in to comment.