eclipse-tractusx / ssi-credential-issuer

SSI Credential Issuer
Apache License 2.0
3 stars 9 forks source link

feat: add imagePullSecrets #236

Closed mgarciaLKS closed 1 month ago

mgarciaLKS commented 2 months ago

Description

The imagePullSecrets field allows you to specify secrets needed to pull Docker images from private repositories. Request by @evegufy

Why

In many organizations, container images are stored in private registries rather than public ones for security and compliance reasons. To pull these images, Kubernetes needs credentials, which are provided via imagePullSecrets. This code dynamically includes the necessary secrets for pulling images, based on the configuration provided in the Helm chart's values file.

Checklist

Please delete options that are not relevant.