UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 68e125ce authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'authservice-namespace-labels' into 'master'

Add labels to authservice namespace in compliance with charter

See merge request platform-one/big-bang/bigbang!457
parents 27e2fab6 5db5e1c7
No related branches found
No related tags found
1 merge request!457Add labels to authservice namespace in compliance with charter
Pipeline #265993 passed
......@@ -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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment