diff --git a/jenkins/iscsi.yaml b/jenkins/iscsi.yaml index 3651b12..b90ca25 100644 --- a/jenkins/iscsi.yaml +++ b/jenkins/iscsi.yaml @@ -47,4 +47,11 @@ spec: fsType: ext4 secretRef: name: iscsi-chap - + nodeAffinity: + required: + nodeSelectorTerms: + - matchExpressions: + - key: network.du5t1n.me/storage + operator: In + values: + - 'true'