We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dada4 commit 96436acCopy full SHA for 96436ac
Dockerfile
@@ -15,10 +15,6 @@ COPY . .
15
RUN pwd
16
RUN ls -l
17
18
-
19
-#RUN mkdir /artifacts
20
-#RUN make PREFIX=/artifacts cmds
21
22
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
23
24
LABEL io.k8s.display-name="IBM Power DRA Driver"
deployments/helm/power-dra-driver/values.yaml
@@ -29,6 +29,7 @@ controller:
29
podSecurityContext: {}
30
nodeSelector:
31
node-role.kubernetes.io/control-plane: ""
32
+ node-role.kubernetes.io/master: ""
33
tolerations:
34
- key: node-role.kubernetes.io/master
35
operator: Exists
0 commit comments