NVIDIA / nim-deploy

A collection of YAML files, Helm Charts, Operator code, and guides to act as an example reference implementation for NVIDIA NIM deployment.
https://build.nvidia.com/
Apache License 2.0
143 stars 64 forks source link

Fix invalid secret key name in GKE TF #88

Closed liveaverage closed 2 months ago

liveaverage commented 2 months ago

NGC_API_KEY is referenced in the parent helm chart. Current GKE TF automation incorrectly references NGC_CLI_API_KEY introducing a failure during helm deployment.

liveaverage commented 2 months ago

Closing as duplicate of #83