Skip to content

Commit

Permalink
Update ee/modules/110-istio/templates/control-plane/iop.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: flsixtyfour <pavel.tishkov@flant.com>
Signed-off-by: Denys Romanenko <65756796+RomanenkoDenys@users.noreply.github.com>
  • Loading branch information
RomanenkoDenys and fl64 committed Oct 14, 2022
1 parent 64d3336 commit b77ffee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/modules/110-istio/templates/control-plane/iop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ spec:
enabled: true
v2:
enabled: true
sidecarInjectorWebhook:
{{- if ($.Values.global.enabledModules | has "cni-cilium") }}
defaultTemplates: ["sidecar", "d8-check-kernel-version"]
defaultTemplates: ["sidecar", "d8-check-kernel-version"]
{{- end }}
sidecarInjectorWebhook:
templates:
{{- if ($.Values.global.enabledModules | has "cni-cilium") }}
d8-check-kernel-version: |
Expand Down

0 comments on commit b77ffee

Please sign in to comment.