Advertisement
andrejsstepanovs

k8s quick test private repo secret

Dec 2nd, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.25 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: Pod
  4. metadata:
  5.   name: test-private-repo-app
  6.   namespace: default
  7. spec:
  8.   containers:
  9.   - name: test-private-repo-app
  10.     image: private.repo.com/namespace/project:latest
  11.   imagePullSecrets:
  12.   - name: custom-repo-secret-here
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement