Created
October 28, 2019 20:41
-
-
Save ahmetkucukoglu/7f61a97daf655c0219e74a9682ff5006 to your computer and use it in GitHub Desktop.
Kubernetes Sample - 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: development | |
labels: | |
name: development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment