mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-13 10:02:19 +08:00
prettier
This commit is contained in:
parent
922d445a51
commit
b75cce76a5
40
README.md
40
README.md
@ -126,10 +126,10 @@ Following are the key capabilities of this action:
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
manifests: |
|
manifests: |
|
||||||
dir/manifestsDirectory
|
dir/manifestsDirectory
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }}'
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }}"
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -160,8 +160,8 @@ Following are the key capabilities of this action:
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }}'
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }}"
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -179,8 +179,8 @@ To promote/reject the canary created by the above snippet, the following YAML sn
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }}'
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }}"
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -197,8 +197,8 @@ To promote/reject the canary created by the above snippet, the following YAML sn
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }}'
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }}"
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -218,8 +218,8 @@ To promote/reject the canary created by the above snippet, the following YAML sn
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }} '
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }} "
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -237,8 +237,8 @@ To promote/reject the canary created by the above snippet, the following YAML sn
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }}'
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }}"
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -257,8 +257,8 @@ To promote/reject the green workload created by the above snippet, the following
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: Azure/k8s-deploy@v3.1
|
- uses: Azure/k8s-deploy@v3.1
|
||||||
with:
|
with:
|
||||||
namespace: 'myapp'
|
namespace: "myapp"
|
||||||
images: 'contoso.azurecr.io/myapp:${{ event.run_id }}'
|
images: "contoso.azurecr.io/myapp:${{ event.run_id }}"
|
||||||
imagepullsecrets: |
|
imagepullsecrets: |
|
||||||
image-pull-secret1
|
image-pull-secret1
|
||||||
image-pull-secret2
|
image-pull-secret2
|
||||||
@ -301,7 +301,7 @@ jobs:
|
|||||||
# Set the target AKS cluster.
|
# Set the target AKS cluster.
|
||||||
- uses: Azure/aks-set-context@v1
|
- uses: Azure/aks-set-context@v1
|
||||||
with:
|
with:
|
||||||
creds: '${{ secrets.AZURE_CREDENTIALS }}'
|
creds: "${{ secrets.AZURE_CREDENTIALS }}"
|
||||||
cluster-name: contoso
|
cluster-name: contoso
|
||||||
resource-group: contoso-rg
|
resource-group: contoso-rg
|
||||||
|
|
||||||
@ -420,7 +420,7 @@ jobs:
|
|||||||
# Set the target AKS cluster.
|
# Set the target AKS cluster.
|
||||||
- uses: Azure/aks-set-context@v1
|
- uses: Azure/aks-set-context@v1
|
||||||
with:
|
with:
|
||||||
creds: '${{ secrets.AZURE_CREDENTIALS }}'
|
creds: "${{ secrets.AZURE_CREDENTIALS }}"
|
||||||
cluster-name: contoso
|
cluster-name: contoso
|
||||||
resource-group: contoso-rg
|
resource-group: contoso-rg
|
||||||
|
|
||||||
@ -434,12 +434,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: azure/k8s-bake@v2
|
- uses: azure/k8s-bake@v2
|
||||||
with:
|
with:
|
||||||
renderEngine: 'helm'
|
renderEngine: "helm"
|
||||||
helmChart: './aks-helloworld/'
|
helmChart: "./aks-helloworld/"
|
||||||
overrideFiles: './aks-helloworld/values-override.yaml'
|
overrideFiles: "./aks-helloworld/values-override.yaml"
|
||||||
overrides: |
|
overrides: |
|
||||||
replicas:2
|
replicas:2
|
||||||
helm-version: 'latest'
|
helm-version: "latest"
|
||||||
id: bake
|
id: bake
|
||||||
|
|
||||||
- uses: Azure/k8s-deploy@v1.2
|
- uses: Azure/k8s-deploy@v1.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user