eclipse-tractusx / ssi-authority-schema-registry

SSI Authority & Schema Registry
Apache License 2.0
1 stars 5 forks source link

feat: add imagePullSecrets #52

Open mgarciaLKS opened 3 weeks ago

mgarciaLKS commented 3 weeks 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.