Skip to content

Instantly share code, notes, and snippets.

@asizikov
Created October 8, 2020 11:21
Show Gist options
  • Save asizikov/3fc9e123ccce5c05322fb85464b29b01 to your computer and use it in GitHub Desktop.
Save asizikov/3fc9e123ccce5c05322fb85464b29b01 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: name
spec:
containers:
- name: name
image: ghcr.io/username/imagename:label
imagePullPolicy: Always
imagePullSecrets:
- name: dockerconfigjson-github-com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment