Commit 941e8729 authored by Matt Baldwin's avatar Matt Baldwin Committed by GitHub

fixes invalid null selector issue

Before this change this example would result in: $ kubectl create -f sysdig.yml The DaemonSet "sysdig-agent" is invalid. spec.template.metadata.labels: Invalid value: null: `selector` does not match template `labels`
parent 1952986a
......@@ -8,6 +8,9 @@ metadata:
app: sysdig-agent
spec:
template:
metadata:
labels:
name: sysdig-agent
spec:
volumes:
- name: docker-sock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment