Created
December 11, 2019 04:05
-
-
Save rbudiharso/264f8b633b7aa7ec4c813e98494200ff to your computer and use it in GitHub Desktop.
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: temp | |
--- | |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: shell | |
namespace: temp | |
spec: | |
containers: | |
- name: nginx | |
image: nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment