diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 729b286..fb49f8d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,7 +56,6 @@ jobs: cluster_name: '${{ vars.CLUSTER_NAME }}' project_id: '${{ vars.PROJECT_ID }}' namespace: '${{ vars.NAMESPACE }}' - expose: '${{ vars.EXPOSE }}' - name: 'get credentials' uses: 'google-github-actions/get-gke-credentials@v2' diff --git a/CODEOWNERS b/CODEOWNERS index 2d87429..3fb8f3b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,2 @@ -* @google-github-actions/maintainers \ No newline at end of file +* @google-github-actions/maintainers +* @google-github-actions/deploy-gke-maintainers diff --git a/entrypoint.sh b/entrypoint.sh index 3ffc321..49149a3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,5 @@ +#!/bin/sh -l + # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/sh -l - gha_version="0.1.0" image="$1"