add ai-teacher helm chart and rename notes to readme
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{{- define "ai-teacher.fullname" -}}
|
||||
{{- if .Values.fullnameOverride }}
|
||||
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
|
||||
{{- else }}
|
||||
{{- printf "%s-ai-teacher" .Release.Name | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "ai-teacher.secretName" -}}
|
||||
{{- if .Values.backend.existingSecret }}
|
||||
{{- .Values.backend.existingSecret }}
|
||||
{{- else }}
|
||||
{{- printf "%s-secret" (include "ai-teacher.fullname" .) }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user