We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efc66c commit c41990aCopy full SHA for c41990a
README.md
@@ -1,5 +1,5 @@
1
# Update Kustomization
2
-A Drone CI plugin for updating an image tag in using kustomize.
+A Drone CI plugin for updating an image tag using kustomize.
3
4
Environment variables:
5
- `SSH_KEY`: Base64-encoded private key of your manifest repo
@@ -26,4 +26,4 @@ Example usage in a Drone pipeline:
26
when:
27
event: push
28
```
29
-Where `staging/mysvc` is the kustomization folder path relative to the project root.
+Where `staging/mysvc` is the kustomization folder path relative to the project root.
0 commit comments