We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacbf79 commit 659bb19Copy full SHA for 659bb19
charts/s1-agent/templates/platforms/openshift/openshift.yaml
@@ -14,7 +14,7 @@ allowHostDirVolumePlugin: true
14
allowHostIPC: false
15
allowHostNetwork: true
16
allowHostPID: true
17
-allowHostPorts: false
+allowHostPorts: {{ .Values.configuration.env.helper.hostNetwork }} # Running openshift with helper on host network takes ports from host
18
allowedCapabilities: {{ toYaml .Values.agent.capabilities | nindent 2 }}
19
fsGroup:
20
type: RunAsAny
0 commit comments