UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

identify namespaces that dont use istio via label. Enable istio in twistlock

Merged runyontr requested to merge istio-namespace-labels into master
All threads resolved!
Files
14
@@ -3,6 +3,9 @@ apiVersion: v1
kind: Namespace
metadata:
labels:
app: {{ .Release.Name }}-anchore
app.kubernetes.io/name: anchore
app.kubernetes.io/component: "security"
{{- include "commonLabels" . | nindent 4}}
istio-injection: disabled
name: anchore
{{- end }}
\ No newline at end of file
Loading