Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 3, 2025 11:38
Show Gist options
  • Select an option

  • Save gowatana/f3b342db879984b9575a3c8cffe21b0d to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/f3b342db879984b9575a3c8cffe21b0d to your computer and use it in GitHub Desktop.
helm/nai-demo/templates/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: {{ include "nai-demo.fullname" . }}-secret
type: Opaque
stringData:
NAI_API_KEY: {{ .Values.secret.NAI_API_KEY | quote }}
@gowatana
Copy link
Author

gowatana commented Nov 3, 2025

下記の投稿むけ。

NAI 2.4 の推論エンドポイントむけデモ アプリを NKP で起動してみる。
https://blog.ntnx.jp/entry/2025/10/15/233317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment