Skip to content

Commit

Permalink
change if condition3
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbenator committed Sep 24, 2024
1 parent 6da085e commit 8493912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/komodor-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
{{- include "komodorAgent.selectorLabels" . | nindent 8 }}
{{- include "komodorAgent.user.labels" . | nindent 8 }}
spec:
{{- if (.Values.capabilities.networkMapper) }}
{{- if not (.Values.capabilities.networkMapper) }}
securityContext:
runAsUser: 0
runAsGroup: 0
Expand Down

0 comments on commit 8493912

Please sign in to comment.