Skip to content

Commit

Permalink
hello-nais: fix i github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann authored Oct 3, 2024
1 parent 5377727 commit 32385cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/hello-nais.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Add the following content to the file, and insert the appropriate values in the
CLUSTER: <MY_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).
Expand Down

0 comments on commit 32385cb

Please sign in to comment.