UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Feat: istio injection based on an injection value

Merged brandt keller requested to merge brandtkeller_anchore_injection into master
All threads resolved!
Files
3
@@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/name: anchore
app.kubernetes.io/component: "security"
{{- include "commonLabels" . | nindent 4}}
istio-injection: enabled
istio-injection: {{ ternary "enabled" "disabled" (and (dig "istio" "injection" true .Values.addons.anchore) .Values.istio.enabled )}}
name: anchore
{{- end }}
\ No newline at end of file
Loading