File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1414 DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
1515 KUBE_CONFIG : ${{ secrets.KUBE_CONFIG }}
1616 RELEASE_NAMESPACE : ${{ secrets.RELEASE_NAMESPACE }}
17- SPARROW_GITHUB_TOKEN : ${{ secrets.SPARROW_GITHUB_TOKEN }}
17+ SPARROW_GITHUB_TOKEN : ${{ secrets.SPARROW_GITHUB_TOKEN }}
18+
Original file line number Diff line number Diff line change @@ -425,7 +425,13 @@ spec:
425425 valueFrom :
426426 secretKeyRef :
427427 name : sparrow-api-secret
428- key : APP_LINUX_VERSION
428+ key : APP_LINUX_VERSION
429+ - name : DOWNGRADE_HUB_BLOB_CONTAINER
430+ valueFrom :
431+ secretKeyRef :
432+ name : sparrow-api-secret
433+ key : DOWNGRADE_HUB_BLOB_CONTAINER
434+
429435---
430436apiVersion : v1
431437kind : Service
Original file line number Diff line number Diff line change @@ -394,7 +394,12 @@ spec:
394394 valueFrom :
395395 secretKeyRef :
396396 name : release-api-v2-secret
397- key : APP_LINUX_VERSION
397+ key : APP_LINUX_VERSION
398+ - name : DOWNGRADE_HUB_BLOB_CONTAINER
399+ valueFrom :
400+ secretKeyRef :
401+ name : release-api-v2-secret
402+ key : DOWNGRADE_HUB_BLOB_CONTAINER
398403
399404
400405---
You can’t perform that action at this time.
0 commit comments