Add secret type in readme

This commit is contained in:
Martin Šalata
2021-04-04 18:47:02 +02:00
parent 6c4db7d4d1
commit ee0e41ff32

View File

@@ -33,6 +33,7 @@ Of note is also a fact that the chart runs a lookup to the connected cluster to
kubectl create secret -n imagepullsecret-injector \
generic acr-dockerconfigjson-source \
--type=kubernetes.io/dockerconfigjson \
--from-literal=.dockerconfigjson='<your .dockerconfigjson configuration file>'
```