Richard Jankowski | d445438 | 2018-02-08 16:21:43 -0500 | [diff] [blame^] | 1 | # |
2 | # Observation: | ||||
3 | # It appears that when a namespace is created, Kubernetes creates | ||||
4 | # a ServiceAccount called "default" for that new namespace. | ||||
5 | # | ||||
6 | apiVersion: v1 | ||||
7 | kind: Namespace | ||||
8 | metadata: | ||||
9 | name: voltha |