We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1963583 commit 3bf6977Copy full SHA for 3bf6977
.github/workflows/PR.yaml
@@ -91,11 +91,11 @@ jobs:
91
- name: Deploy infra to dev cluster and check the deployment
92
env:
93
GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GCP_INFRA_CI_AUTOMATION_SA}}
94
+ KUBECONFIG: artifacts/kubeconfig
95
run: |
96
gcloud auth activate-service-account --key-file <(echo "$GOOGLE_APPLICATION_CREDENTIALS")
97
gcloud auth list
98
- export KUBECONFIG=artifacts/kubeconfig
99
make install-local-without-write
100
101
nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
0 commit comments