diff --git a/docs/tutorials/hello-nais.md b/docs/tutorials/hello-nais.md index c10b66e0..552f2ecb 100644 --- a/docs/tutorials/hello-nais.md +++ b/docs/tutorials/hello-nais.md @@ -143,7 +143,7 @@ Add the following content to the file, and insert the appropriate values in the CLUSTER: # Replace (1) RESOURCE: .nais/app.yaml # This points to the file we created in the previous step VAR: image=${{ steps.docker-build-push.outputs.image }} - VAR: image=${{ steps.docker-build-push.outputs.telemetry }} + TELEMETRY: ${{ steps.docker-build-push.outputs.telemetry }} ``` 1. Cluster in this context is the same as the environment name. You can find the value in [workloads/environments](../workloads/reference/environments.md).