UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add labels to authservice namespace in compliance with charter

Merged runyontr requested to merge authservice-namespace-labels into master
All threads resolved!
@@ -3,8 +3,11 @@ apiVersion: v1
kind: Namespace
metadata:
name: authservice
{{- if .Values.istio.enabled }}
labels:
{{- if .Values.istio.enabled }}
istio-injection: enabled
{{- end }}
{{- end }}
\ No newline at end of file
{{- end }}
app.kubernetes.io/name: authservice
app.kubernetes.io/component: "core"
{{- include "commonLabels" . | nindent 4}}
{{- end }}
Loading