mirror of https://github.com/linkerd/linkerd2.git
Update gcloud configs for the chart_deploy job (#4086)
This commit is contained in:
parent
395ca102d5
commit
262fe578b6
|
@ -116,8 +116,8 @@ jobs:
|
||||||
uses: linkerd/linkerd2-action-gcloud@v1.0.1
|
uses: linkerd/linkerd2-action-gcloud@v1.0.1
|
||||||
with:
|
with:
|
||||||
cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }}
|
cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }}
|
||||||
gcp_project: ${{ secrets.GCP_PROJECT }}
|
gcp_project: ${{ secrets.LINKERD_SITE_PROJECT }}
|
||||||
gcp_zone: ${{ secrets.GCP_ZONE }}
|
gcp_zone: ${{ secrets.LINKERD_SITE_ZONE }}
|
||||||
- name: Edge Helm chart creation and upload
|
- name: Edge Helm chart creation and upload
|
||||||
if: startsWith(github.ref, 'refs/tags/edge')
|
if: startsWith(github.ref, 'refs/tags/edge')
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue