Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: tidyup helpers #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
{{- end -}}
{{- end -}}


{{/*
Compile all warnings into a single message.
*/}}
Expand All @@ -42,8 +41,6 @@ Compile all warnings into a single message.
{{- end -}}
{{- end -}}



{{/*
Return the proper api image name
*/}}
Expand All @@ -58,7 +55,6 @@ Return the proper image name (for the init container volume-permissions image)
{{- include "common.images.image" ( dict "imageRoot" "global" .Values.global ) -}}
{{- end -}}


{{/*
Return the proper worker image name
*/}}
Expand All @@ -73,7 +69,6 @@ Return the proper image name (for the init container volume-permissions image)
{{- include "common.images.image" ( dict "imageRoot" "global" .Values.global ) -}}
{{- end -}}


{{/*
Return the proper ws image name
*/}}
Expand Down Expand Up @@ -131,7 +126,6 @@ Return Redis(TM) port
{{- end -}}
{{- end -}}


{{/*
Return if Redis(TM) authentication is enabled
*/}}
Expand Down Expand Up @@ -240,7 +234,6 @@ Return mongodb username
{{- end -}}
{{- end -}}


{{/*
Return mongodb secretName
*/}}
Expand All @@ -254,15 +247,13 @@ Return mongodb secretName
{{- end -}}
{{- end -}}


{{/*
Return s3 fullname
*/}}
{{- define "novu.s3.fullname" -}}
{{- include "common.names.dependency.fullname" (dict "chartName" "localstack" "chartValues" .Values.localstack "context" $) -}}
{{- end -}}


{{/*
Return s3 bucket name
*/}}
Expand Down