We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ec624 commit b070786Copy full SHA for b070786
charts/katalyst/charts/agent/templates/daemonset.yaml
@@ -78,6 +78,10 @@ spec:
78
readOnly: true
79
- mountPath: /tmp
80
name: host-tmp-dir
81
+ {{- if and (index .Values.customArgs "orm-work-mode") (eq (index .Values.customArgs "orm-work-mode") "nri") }}
82
+ - mountPath: /var/run/nri
83
+ name: host-nri-dir
84
+ {{- end }}
85
{{- with .Values.nodeSelector }}
86
nodeSelector:
87
{{- toYaml . | nindent 8 }}
@@ -114,4 +118,10 @@ spec:
114
118
path: /tmp
115
119
type: ""
116
120
121
122
+ - hostPath:
123
+ path: /var/run/nri
124
+ type: DirectoryOrCreate
125
126
117
127
0 commit comments