You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1144,10 +1144,10 @@ Value: array of triggers, where each item has the schema:
1144
1144
====
1145
1145
1146
1146
1147
-
When {product-title} sees one of the core Kubernetes resources that contains both a pod template (i.e, only CronJobs, Deployments, StatefulSets, DaemonSets, Jobs, ReplicaSets, ReplicationControllers, and Pods) and this annotation, it will attempt to update the object using the image currently associated with the ImageStreamTag referenced by trigger. The update is performed against the `fieldPath` specified.
1147
+
When {product-title} sees one of the core Kubernetes resources that contains both a pod template (i.e, only CronJobs, Deployments, StatefulSets, DaemonSets, Jobs, ReplicaSets, ReplicationControllers, and Pods) and this annotation, it will attempt to update the object using the image currently associated with the ImageStreamTag referenced by trigger. The update is performed against the `fieldPath` specified.
1148
1148
1149
1149
In the following example the trigger will fire when the `example:latest` imagestream tag is updated. Upon firing, the object's pod template image reference for the `web` container will be updated with a new image value. If the pod template is part of a Deployment definition, the change
1150
-
to the pod template will automatically trigger a deployment, effectively rolling out the new image.
1150
+
to the pod template will automatically trigger a deployment, effectively rolling out the new image.
0 commit comments