We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b309dad commit 54b007dCopy full SHA for 54b007d
1 file changed
bundle/tests/scorecard/kuttl/runtime_pullpolicy/00-always.yaml
@@ -6,8 +6,8 @@ spec:
6
applicationImage: icr.io/appcafe/open-liberty:full-java8-openj9-ubi
7
replicas: 1
8
pullPolicy: "Always"
9
-# Setting affinity to ensure the pods are created on the same node as on Z and P if not never may fail due to
10
-# replication of image repository taking too long
+# Setting affinity to ensure the pods are created on the same node as on Z and P if not the "never" stage
+# may fail due to replication of image repository taking too long
11
affinity:
12
nodeAffinityLabels:
13
kuttlTest: test1
0 commit comments