Is there no way to specify an image pull secret to...
# troubleshooting
t
Is there no way to specify an image pull secret to a
FlinkDeployment
using the
flink-kubernetes-operator
? https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8/docs/custom-resource/reference/
Seems like this can be done with the podTemplate feature
Copy code
podTemplate:
    spec:
      imagePullSecrets:
        - <secret>
https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8/docs/custom-resource/pod-template/
1