Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 committed Oct 10, 2024
1 parent 1f2bbe4 commit e7c9d1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stable/enterprise/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ secretName: {{ template "enterprise.fullname" . }}-license
{{- $drivers := index $anchoreFeeds "drivers" }}
{{- if $drivers }}



{{- $context := dict "drivers" $drivers "notify" $notify "driverName" "gem" }}
{{- include "checkDriverEnabled" $context }}
{{- $notify = $context.notify }}
Expand All @@ -216,8 +214,6 @@ secretName: {{ template "enterprise.fullname" . }}-license
{{- $context := dict "drivers" $drivers "notify" $notify "driverName" "npm" }}
{{- include "checkDriverEnabled" $context }}
{{- $notify = $context.notify }}


{{- end -}}
{{- end -}}
{{- end -}}
Expand All @@ -226,7 +222,6 @@ secretName: {{ template "enterprise.fullname" . }}-license

{{- end -}}

# check extraEnvs to see if it contains a key with "DRIVER" in its name. If so, notify so manual action is taken
{{- if not $notify -}}
{{- range $index, $val := .Values.extraEnv -}}
{{- if contains "ANCHORE_FEEDS_DRIVER" .name -}}
Expand Down

0 comments on commit e7c9d1b

Please sign in to comment.