imagePullSecrets
for pulling private container images with service account auth (service account must have required permissions to pull images from registry).
Although the below example uses Google Artifact Registry, this can be applied to any private container registry.
key.json
file and download to a server or local machine. Example file from GCP:
kubectl
to create the secret. This uses the key.json
file created in the previous step from the service account. This example creates a secret in the lilt namespace using the service account email:
imagePullSecret
in a helm chart values.yaml
or manifest file: