init nemo chart

This commit is contained in:
Your Name
2025-06-05 08:36:12 +00:00
parent dbfbebb13c
commit f2203cd282
1235 changed files with 151843 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{{- if not (.Values.existingSecret) }}
---
apiVersion: v1
kind: Secret
metadata:
name: ngc-api
labels:
{{- include "nemo-platform.labels" . | nindent 4 }}
type: Opaque
data:
NGC_API_KEY: {{ .Values.ngcAPIKey | b64enc }}
{{- end }}