Created
October 9, 2018 04:33
-
-
Save tanan/d23ef4e37b308c86630d0fb903cf8ecc to your computer and use it in GitHub Desktop.
create namespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: sample-ns | |
labels: | |
istio-injection: enabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment