Skip to content

Commit

Permalink
Add missed suffixes
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
  • Loading branch information
Vladimir Popov committed Apr 2, 2021
1 parent 0d9e001 commit 55d2753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/nse-vfio/nse-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nse
name: nse-vfio
data:
pong.sh: |
#!/bin/bash
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-vfio/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
volumes:
- name: scripts
configMap:
name: nse
name: nse-vfio
- name: spire-agent-socket
hostPath:
path: /run/spire/sockets
Expand Down
2 changes: 1 addition & 1 deletion examples/use-cases/Memif2Kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ cat > patch-nse.yaml <<EOF
apiVersion: apps/v1
kind: Deployment
metadata:
name: nse
name: nse-kernel
spec:
template:
spec:
Expand Down

0 comments on commit 55d2753

Please sign in to comment.