Skip to content

Statping chart creates ingress, even if set to disabled #5

@florian-besser

Description

@florian-besser

The chart default values are: https://github.com/statping/charts/blob/main/charts/statping/values.yaml

ingress:
  # ingress.enabled -- Enable ingress
  enabled: false
  pathType: Prefix
  tls: false
  annotations: {}
  hostname: grafana.local
  secretName: statping-cert
  path: /
  secrets: []

Implying that by default no ingress would be created.

The chart implementation code creates one anyway tough: https://github.com/statping/charts/blob/main/charts/statping/templates/ingress.yaml

The enabled flag from the values.yaml is not queried in the code at all.

Can provide PR if OK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions