Skip to content

Commit

Permalink
Merge pull request #684 from Bolodya1997/missed-suffixes
Browse files Browse the repository at this point in the history
Add missed suffixes
  • Loading branch information
denis-tingaikin authored Apr 2, 2021
2 parents 0d9e001 + 55d2753 commit dcaced1
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 dcaced1

Please sign in to comment.