Skip to content

Commit 49517fd

Browse files
author
Andreas Mautsch
committed
changes
1 parent 92101cd commit 49517fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/infra/istio/label.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
kubectl create namespace core; kubectl label namespace core istio.io/dataplane-mode=ambient
33
kubectl create namespace example; kubectl label namespace example istio.io/dataplane-mode=ambient
4-
#kubectl create namespace event; kubectl label namespace event istio.io/dataplane-mode=ambient
4+
kubectl create namespace event; kubectl label namespace event istio.io/dataplane-mode=ambient
55
kubectl create namespace invoice; kubectl label namespace invoice istio.io/dataplane-mode=ambient
66

77
kubectl create namespace monitoring; kubectl label namespace monitoring istio.io/dataplane-mode=ambient

0 commit comments

Comments
 (0)