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 48c33f4 commit f5b0205Copy full SHA for f5b0205
kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl
@@ -249,7 +249,7 @@ spec:
249
sidecar.istio.io/inject: 'false'
250
{{- range $key, $value := .annotations }}
251
{{- if ne $key "sidecar.istio.io/inject" }}
252
- {{ $key }}: {{ $value | quote }}
+ {{ $key }}: {{ $value | quote }}
253
{{- end }}
254
255
labels:
0 commit comments