Commit 754d2ca0 authored by Martin Ostrowski's avatar Martin Ostrowski

Move istio-injection label to default namespace

parent a445b2b9
# GENERATED FILE. Use with Kubernetes 1.7+
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh
#
# Required for Istio as k8s addon.
apiVersion: v1
kind: Namespace
metadata:
name: default
labels:
istio-injection: enabled
addonmanager.kubernetes.io/mode: Reconcile
--
################################
# Istio system namespace
################################
......@@ -8,7 +18,6 @@ kind: Namespace
metadata:
name: istio-system
labels:
istio-injection: enabled
k8s-app: istio
addonmanager.kubernetes.io/mode: Reconcile
---
......
# GENERATED FILE. Use with Kubernetes 1.7+
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh
#
# Required for Istio as k8s addon.
apiVersion: v1
kind: Namespace
metadata:
name: default
labels:
istio-injection: enabled
addonmanager.kubernetes.io/mode: Reconcile
---
################################
# Istio system namespace
################################
......@@ -8,7 +18,6 @@ kind: Namespace
metadata:
name: istio-system
labels:
istio-injection: enabled
k8s-app: istio
addonmanager.kubernetes.io/mode: Reconcile
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment