Skip to content
Snippets Groups Projects
  • Sheogorath's avatar
    b1fb82eb
    fix(iot): Remove `.*-url` from sops regex · b1fb82eb
    Sheogorath authored
    This patch removes the no longer needed encryption regex from the sops
    configuration. This regex was introduced when using the values field to
    set certain URLs in the oauth2-proxy config. Since this was replaced
    with secret-based config overwrites as part of the helmrelease, the
    regex can safely be dropped.
    Verified
    b1fb82eb
    History
    fix(iot): Remove `.*-url` from sops regex
    Sheogorath authored
    This patch removes the no longer needed encryption regex from the sops
    configuration. This regex was introduced when using the values field to
    set certain URLs in the oauth2-proxy config. Since this was replaced
    with secret-based config overwrites as part of the helmrelease, the
    regex can safely be dropped.