Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 13, 2024
1 parent 3957457 commit ffbeb4f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions registry/node-update/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ spec:
operator: Exists
hostPID: true
hostNetwork: true
restartPolicy: Never
securityContext:
runAsUser: 0
containers:
- name: init-container-did-the-work
image: k8s.gcr.io/pause:3.6@sha256:3d380ca8864549e74af4b29c10f9cb0956236dfb01c40ca076fb6c37253234db
- name: config
image: ghcr.io/yolean/ystack-registry-node-update:latest
imagePullPolicy: Always
volumeMounts:
- name: etc-containerd
mountPath: /etc/containerd
readOnly: false
terminationGracePeriodSeconds: 30
volumes:
- name: etc-containerd
Expand Down

0 comments on commit ffbeb4f

Please sign in to comment.