Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
thesattiraju authored Sep 10, 2019
1 parent 9c574cd commit 384ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-create-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Refer to the action metadata file for details about all the inputs https://githu
## For docker-registry secret (imagepullsecret)
```yaml
- name: Set imagePullSecret
uses: azure/k8s-actions/k8s-set-secret@master
uses: azure/k8s-actions/k8s-create-secret@master
with:
namespace: 'myapp'
container-registry-url: 'containerregistry.contoso.com'
Expand Down

0 comments on commit 384ec72

Please sign in to comment.