Skip to content

Commit

Permalink
fix: runs msi-adapter as privileged on openshift (#920)
Browse files Browse the repository at this point in the history
* fix: runs msi-adapter as privileged on openshift

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Jun 28, 2022
1 parent 6ac7595 commit 2eee8b7
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -93,6 +93,9 @@ spec:
capabilities:
add:
- NET_ADMIN
{{- if eq .Values.Azure.Cluster.Distribution "openshift" }}
privileged: true
{{- end }}
# Telegraf
- name: telegraf
image: "mcr.microsoft.com/oss/mirror/docker.io/library/telegraf:1.21"
Expand Down

0 comments on commit 2eee8b7

Please sign in to comment.