Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Created June 27, 2019 21:24
Show Gist options
  • Save sandipchitale/5260c3d15a46d6b4b050ba654d82cc16 to your computer and use it in GitHub Desktop.
Save sandipchitale/5260c3d15a46d6b4b050ba654d82cc16 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: haveged
labels:
component: haveged
spec:
selector:
matchLabels:
name: haveged
template:
metadata:
labels:
name: haveged
spec:
containers:
- name: haveged
image: harbur/haveged
imagePullPolicy: Always
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment