mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Fix auto-generation of nfd-prune.yaml
Change the template so that our sed magic updates the container image name correctly.
This commit is contained in:
parent
7f5d2390bf
commit
7cb66bbba1
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ spec:
|
|||
value: ""
|
||||
effect: "NoSchedule"
|
||||
containers:
|
||||
- image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||
name: nfd-master
|
||||
- name: nfd-master
|
||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
Loading…
Add table
Reference in a new issue