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
178 B
YAML
12 lines
178 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: private-reg
|
|
spec:
|
|
containers:
|
|
- name: private-reg-container
|
|
image: <your-private-image>
|
|
imagePullSecrets:
|
|
- name: regcred
|
|
|