Compare commits

...

6 Commits

Author SHA1 Message Date
Oliver King ef8692a58f fix spacing 2022-08-22 14:17:59 -04:00
Oliver King ca3f299adf remove extra changes 2022-08-22 14:16:16 -04:00
Oliver King b75cce76a5 prettier 2022-08-22 14:10:15 -04:00
Oliver King 922d445a51 remove space 2022-08-22 14:03:18 -04:00
Oliver King 8d3326c0a3 Add permissions to README.md 2022-08-22 13:43:03 -04:00
Oliver King b11eda66ea Fix README.md typo (#235) 2022-08-22 11:07:47 -04:00
+10 -1
View File
@@ -4,6 +4,15 @@ This action is used to deploy manifests to Kubernetes clusters. It requires that
If you are looking to automate your workflows to deploy to [Azure Web Apps](https://azure.microsoft.com/en-us/services/app-service/web/) and [Azure Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/), consider using [`Azure/webapps-deploy`](https://github.com/Azure/webapps-deploy) action.
This action requires the following permissions from your workflow:
```yaml
permissions:
id-token: write
contents: read
actions: read
```
## Action capabilities
Following are the key capabilities of this action:
@@ -220,7 +229,7 @@ To promote/reject the canary created by the above snippet, the following YAML sn
dir/manifestsDirectory
strategy: canary
traffic-split-method: smi
action: reject # substitute reject if you want to reject
action: reject # substitute promote if you want to promote
```
### Blue-Green deployment with different route methods