Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Nov 5, 2024
1 parent 4ceeb4e commit 45d847e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM quay.io/astronomer/astro-runtime:12.2.0

ENV AIRFLOW__CORE__TEST_CONNECTION=Enabled
# You need to mount the service-account-key.json file,
# and the path should refer to the file's location inside the Docker container.
ENV GOOGLE_APPLICATION_CREDENTIALS=</path/to/your/service-account-key.json>

USER root
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/astro_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Steps
kubectl config view --raw > kubeconfig.yaml
We will use this ``kubeconfig.yaml`` to create an Airflow connection type ``Ray`` in Astro Cloud.
We will use the ``kubeconfig.yaml`` file to create an Airflow connection of type ``Ray`` in Astro Cloud. You need to mount the ``kubeconfig.yaml`` file into the Airflow Docker container and specify the path to this file within the Airflow connection.

6. ** Optional: Delete GKE cluster**

Expand Down

0 comments on commit 45d847e

Please sign in to comment.