Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
284 B

{{- if eq .Values.nimService.existingAuthSecret "" }}
---
apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.nimService.authSecret }}
labels:
{{- include "nim.labels" . | nindent 4 }}
type: Opaque
data:
NGC_API_KEY: {{ .Values.nimService.ngcAPIKey | b64enc }}
{{- end }}