9b81aa7ccd
* Consolidate YAML files [part-10] This PR relocates the YAML files used by the pod configuration topic. * Update examples_test.go * Update examples_test.go * Update examples_test.go * Update examples_test.go * Update examples_test.go
12 lines
158 B
YAML
12 lines
158 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: security-context-demo-3
|
|
spec:
|
|
containers:
|
|
- name: sec-ctx-3
|
|
image: gcr.io/google-samples/node-hello:1.0
|
|
|
|
|
|
|