Skip to content

Commit d7f2c16

Browse files
committed
nit changes
1 parent fffec6f commit d7f2c16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

template/workflows/helm/.github/workflows/azure-kubernetes-service-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ jobs:
142142
else
143143
helm upgrade --wait -i -f ${{ env.CHART_OVERRIDE_PATH }} --set ${{ env.CHART_OVERRIDES }} --set image.tag=${{ github.sha }} automated-deployment ${{ env.CHART_PATH }} --namespace ${{ env.NAMESPACE }} --create-namespace
144144
fi
145-
`}}
145+
`}}

template/workflows/kustomize/.github/workflows/azure-kubernetes-service-kustomize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER == 'true' }}
142142
namespace: ${{ env.NAMESPACE }}
143143
resource-type: ${{ env.CLUSTER_RESOURCE_TYPE }}
144-
`}}
144+
`}}

template/workflows/manifests/.github/workflows/azure-kubernetes-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER == 'true' }}
129129
namespace: ${{ env.NAMESPACE }}
130130
resource-type: ${{ env.CLUSTER_RESOURCE_TYPE }}
131-
`}}
131+
`}}

0 commit comments

Comments
 (0)