Skip to content

Commit

Permalink
fix: unused kubeconfig reference causes ci failures
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jan 8, 2025
1 parent 0b2ec4f commit 26fdb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/4_pvs_support/pvs_support.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "null_resource" "limit_csi_arch" {
# scheduler.alpha.kubernetes.io/node-selector: kubernetes.io/arch=ppc64le
provisioner "remote-exec" {
inline = [<<EOF
oc annotate --kubeconfig /root/.kube/config ns openshift-cluster-csi-drivers \
oc annotate ns openshift-cluster-csi-drivers \
scheduler.alpha.kubernetes.io/node-selector=kubernetes.io/arch=ppc64le
EOF
]
Expand Down

0 comments on commit 26fdb1b

Please sign in to comment.