syndesisio / fuse-online-install

Installation templates and other objects for installing Red Hat Fuse Online (based on Syndesis)
Apache License 2.0
13 stars 37 forks source link

Force pod recreation after link pull-secret (1.9.x) #233

Closed claudio4j closed 4 years ago

claudio4j commented 4 years ago

After linking the pull-secret with oc secrets link the pod must be recreated to use the secret, as a result deleting the pod is faster than adding a label and waiting for the scheduler to recreate the pod.

ENTESB-13216 jaeger-operator service account doesn't contain syndesis-pull-secret https://issues.redhat.com/browse/ENTESB-13216

(cherry picked from commit 5ff6f78b9775a3681219cad56299767c16dadc9b)

claudio4j commented 4 years ago

@avano can you review and merge it ? Thanks.