Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 2, 2024
1 parent b6e42ae commit cfd385d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@ jobs:
ARM_CLIENT_ID: ${{ fromJSON(secrets.SECURE_AZURE_CREDENTIALS).clientId }}
ARM_SUBSCRIPTION_ID: ${{ fromJSON(secrets.SECURE_AZURE_CREDENTIALS).subscriptionId }}
ARM_TENANT_ID: ${{ fromJSON(secrets.SECURE_AZURE_CREDENTIALS).tenantId }}
ARM_USE_OIDC: true
# ARM_CLIENT_SECRET: ${{ fromJSON(secrets.AZURE_CREDENTIALS).clientSecret }}
ARM_USE_OIDC: true
1 change: 0 additions & 1 deletion deployment/bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
echo "================"

echo "Deploying Tiler helm chart..."
helm rollback planetary-computer-tiler -n pc
helm upgrade --install planetary-computer-tiler helm/published/planetary-computer-tiler \
-n pc \
--kube-context "${KUBE_CONTEXT}" \
Expand Down
2 changes: 0 additions & 2 deletions deployment/bin/lib
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ function cluster_login() {
kubelogin convert-kubeconfig \
-l azurecli \
--kubeconfig=kubeconfig
echo "Test Kubernetes Access:"
kubectl get nodes --kubeconfig=kubeconfig
export KUBECONFIG=kubeconfig
}

Expand Down
2 changes: 0 additions & 2 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ services:
- ARM_CLIENT_ID
- ARM_USE_OIDC
- ARM_OIDC_TOKEN
- ACTIONS_ID_TOKEN_REQUEST_URL
- ACTIONS_ID_TOKEN_REQUEST_TOKEN
- ARM_OIDC_REQUEST_TOKEN
- ARM_OIDC_REQUEST_URL

Expand Down

0 comments on commit cfd385d

Please sign in to comment.