Skip to content
Snippets Groups Projects
Commit 069ebada authored by Alex ubuntu vm's avatar Alex ubuntu vm
Browse files

fixed name according to operator reference

parent 062a608b
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: l2-ps - name: l2-ps
image: alexdecb/l2-ps:latest image: alexdecb/l2sm-ovs:latest
command: ["sleep","infinity"] command: ["sleep","infinity"]
env: env:
- name: NODENAME - name: NODENAME
...@@ -33,6 +33,8 @@ spec: ...@@ -33,6 +33,8 @@ spec:
fieldPath: spec.nodeName fieldPath: spec.nodeName
- name: NVPODS - name: NVPODS
value: "10" value: "10"
- name: CONTROLLERIP
value: "10.1.14.8"
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
capabilities: capabilities:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment