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
Hi, I believe we're missing the ServiceAccountName configuration for the secret-splunk-validation-hook pod. Is there a reason it hasn't been added to the pod?
Since the imagePullSecrets are added to the ServiceAccount, it would be helpful to use it on the hook pod when pulling the image from a private registry.
The text was updated successfully, but these errors were encountered:
Sorry I didn't notice automation closed this ticket.
Updates:
Verified in the latest version of OpenShift using the default service account works with the validation hook pod, I was concerned it wouldn't since they have higher security standards.
Created the potential solution I was thinking of (link above) for this issue. While this solution would work I did find some drawbacks and don't think this is the way to go at this time. We might need it in the future.
After more research, I do think we can go forward with the following fix.
Remove the service account in the validation hook
If the user provided imagePullSecrets, add them to the validation hook pod spec.
Describe the issue you're reporting
Hi, I believe we're missing the
ServiceAccountName
configuration for the secret-splunk-validation-hook pod. Is there a reason it hasn't been added to the pod?Since the
imagePullSecrets
are added to the ServiceAccount, it would be helpful to use it on the hook pod when pulling the image from a private registry.The text was updated successfully, but these errors were encountered: