diff --git a/charts/ascii-movie/Chart.yaml b/charts/ascii-movie/Chart.yaml index cf928e426..4f085dc40 100644 --- a/charts/ascii-movie/Chart.yaml +++ b/charts/ascii-movie/Chart.yaml @@ -23,6 +23,8 @@ annotations: artifacthub.io/changes: |- - kind: added description: Add SSH host key config + - kind: added + description: Exclude probe logs - kind: added description: Add example envs - kind: changed diff --git a/charts/ascii-movie/templates/common.yaml b/charts/ascii-movie/templates/common.yaml index 013255b12..23a861222 100644 --- a/charts/ascii-movie/templates/common.yaml +++ b/charts/ascii-movie/templates/common.yaml @@ -7,6 +7,8 @@ env: ASCII_MOVIE_TELNET_ENABLED: {{ .Values.service.main.ports.telnet.enabled }} ASCII_MOVIE_TELNET_ADDRESS: :{{ .Values.service.main.ports.telnet.port }} + ASCII_MOVIE_LOG_EXCLUDE_GATEWAY: "true" + {{- if or .Values.service.main.ports.ssh.enabled .Values.secrets.ssh.enabled }} ASCII_MOVIE_SSH_HOST_KEY: /etc/ssh/ssh_host_rsa_key,/etc/ssh/ssh_host_ed25519_key