Skip to content

Commit 96436ac

Browse files
committed
Update Dockerfile and update values.yaml to include master nodes
Signed-off-by: Jason Cho <[email protected]>
1 parent 47dada4 commit 96436ac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ COPY . .
1515
RUN pwd
1616
RUN ls -l
1717

18-
19-
#RUN mkdir /artifacts
20-
#RUN make PREFIX=/artifacts cmds
21-
2218
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
2319

2420
LABEL io.k8s.display-name="IBM Power DRA Driver"

deployments/helm/power-dra-driver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ controller:
2929
podSecurityContext: {}
3030
nodeSelector:
3131
node-role.kubernetes.io/control-plane: ""
32+
node-role.kubernetes.io/master: ""
3233
tolerations:
3334
- key: node-role.kubernetes.io/master
3435
operator: Exists

0 commit comments

Comments
 (0)