Better document how the secret could be used by a pod, deployment using imagePullSecrets #58
Labels
awaiting-input
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
Question
Is it possible to better document how we can, post
Secret
,SecretExport
andSecret
Placeholder created consume the secret using the propertyimagePullSecrets
within a Pod or Deployment ?Example of resources to be created
Next, we must update the service account to patch it to set
"imagePullSecrets": [{"name":"my-reg-creds"}
but apparently this is not enough as no secret is copied within the namespacedemo1
Question: Could the
patch
step be done automatically ? How ?The text was updated successfully, but these errors were encountered: