Skip to content

Commit 6aedce2

Browse files
committed
remove unused chart helpers
Signed-off-by: Lance-Drane <[email protected]>
1 parent 7714f10 commit 6aedce2

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

charts/proxy-http-client/templates/_helpers.tpl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ Ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
3232
{{- true -}}
3333
{{- end -}}
3434
{{- end -}}
35-
36-
{{/*
37-
Return Neo4J dependency chart name
38-
*/}}
39-
{{- define "intersect-proxy-http-client.neo4j.fullname" -}}
40-
{{ include "common.names.dependency.fullname" (dict "chartName" "neo4j" "chartValues" .Values.neo4j "context" $) }}
41-
{{- end -}}

charts/proxy-http-server/templates/_helpers.tpl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ Ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
3232
{{- true -}}
3333
{{- end -}}
3434
{{- end -}}
35-
36-
{{/*
37-
Return Neo4J dependency chart name
38-
*/}}
39-
{{- define "intersect-proxy-http-server.neo4j.fullname" -}}
40-
{{ include "common.names.dependency.fullname" (dict "chartName" "neo4j" "chartValues" .Values.neo4j "context" $) }}
41-
{{- end -}}

0 commit comments

Comments
 (0)