{{/* Expand the name of the JWT secret. */}} {{- define "supabase.secret.jwt" -}} {{- printf "%s-jwt" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the SMTP secret. */}} {{- define "supabase.secret.smtp" -}} {{- printf "%s-smtp" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the openai secret. */}} {{- define "supabase.secret.openai" -}} {{- printf "%s-openai" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the database secret. */}} {{- define "supabase.secret.db" -}} {{- printf "%s-db" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the analytics secret. */}} {{- define "supabase.secret.analytics" -}} {{- printf "%s-analytics" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the meta secret. */}} {{- define "supabase.secret.meta" -}} {{- printf "%s-meta" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the realtime secret. */}} {{- define "supabase.secret.realtime" -}} {{- printf "%s-realtime" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the s3 secret. */}} {{- define "supabase.secret.s3" -}} {{- printf "%s-s3" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the minio secret. */}} {{- define "supabase.secret.minio" -}} {{- printf "%s-minio" (include "supabase.fullname" .) }} {{- end -}} {{/* Expand the name of the oauth2proxy secret. */}} {{- define "supabase.secret.oauth2proxy" -}} {{- printf "%s-oauth2proxy" (include "supabase.fullname" .) }} {{- end -}}