Write new Task: Pulling an Image from a Private Registry
This commit is contained in:
committed by
steveperry-53
parent
968717d71f
commit
6500a19d2f
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: private-reg
|
||||
spec:
|
||||
containers:
|
||||
- name: private-reg-container
|
||||
image: <your-private-image>
|
||||
imagePullSecrets:
|
||||
- name: regsecret
|
||||
|
||||
Reference in New Issue
Block a user