Skip to content
Snippets Groups Projects
Select Git revision
  • 13cfbe3b3d1c4fb6912c982a488b1786bca6ac0c
  • main default protected
  • dependabot/go_modules/k8s.io/client-go-0.33.2
  • release-0.15
  • automated-updates-main
  • release-0.13
  • automated-updates-release-0.13
  • release-0.14
  • release-0.10
  • release-0.11
  • release-0.12
  • fix-versions-action
  • versions-fix
  • release-0.9
  • release-0.8
  • release-0.7
  • release-0.6
  • release-0.5
  • release-0.4
  • release-0.3
  • release-0.1
  • v0.15.0
  • v0.14.0
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.0
  • v0.9.0
  • v0.8.0
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
36 results

alertmanager-config.yaml

  • Michał Łazowik's avatar
    28b717a9
    Support utf8 in external file alertmanager config · 28b717a9
    Michał Łazowik authored
    This could have been achieved either by switching to stringData, or doing
    `std.base64(std.encodeUTF8($._config.alertmanager.config))` as per
    google/jsonnet#575
    
    I went with the former, because it's:
    1. Easier to read existing config
    2. Consistent with the way jsonnet object-based config is written just above
    28b717a9
    History
    Support utf8 in external file alertmanager config
    Michał Łazowik authored
    This could have been achieved either by switching to stringData, or doing
    `std.base64(std.encodeUTF8($._config.alertmanager.config))` as per
    google/jsonnet#575
    
    I went with the former, because it's:
    1. Easier to read existing config
    2. Consistent with the way jsonnet object-based config is written just above