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
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 .Values.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.addons.anchore) "enabled")) }}
name: anchore
{{- end }}
\ No newline at end of file
Loading