Skip to content

Commit

Permalink
Remove error message when apps are enabled but no apps are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Oct 14, 2024
1 parent 193f7c1 commit c80a686
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm/teleport-kube-agent/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ kubernetes_service:

app_service:
{{- if $appRolePresent }}
#{{- if not (or (.Values.apps) (.Values.appResources) ($appDiscoveryEnabled)) }}
# {{- fail "app service is enabled, but no application source is enabled. You must either statically define apps through `apps`, dynamically through `appResources`, or enable in-cluster discovery." }}
#{{- end }}
enabled: true
{{- if .Values.apps }}
{{- range $app := .Values.apps }}
Expand Down

0 comments on commit c80a686

Please sign in to comment.