Skip to content

Instantly share code, notes, and snippets.

@bharatmicrosystems
Created October 30, 2020 08:20
Show Gist options
  • Save bharatmicrosystems/68c3c00fa3eb11404a360743288f3e91 to your computer and use it in GitHub Desktop.
Save bharatmicrosystems/68c3c00fa3eb11404a360743288f3e91 to your computer and use it in GitHub Desktop.
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: image-pull-policy-always
spec:
rules:
- name: image-pull-policy-latest
match:
resources:
kinds:
- Pod
mutate:
overlay:
spec:
containers:
- (image): "*:latest"
imagePullPolicy: "Always"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment