• 3 Posts
  • 187 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle






  • StarfighterOPtoSelfhosted@lemmy.worldAuthentik Helm woes
    link
    fedilink
    English
    arrow-up
    2
    ·
    19 days ago

    Got it working thanks to your troubleshooting tips now. Also found a very neat way to handle secrets from another comment.

    I tend to run a DB instance per service as that makes backup restoration much easier for me. An idle postgres sits at around 50MB which is a cost I’m willing to pay.

    Thank you again for your help :)


  • StarfighterOPtoSelfhosted@lemmy.worldAuthentik Helm woes
    link
    fedilink
    English
    arrow-up
    3
    ·
    19 days ago

    Managed to get it working by passing in env vars from a secret now.

    ArgoCD has a really handy web UI that allows you to quickly see what kind of resources get deployed.
    Especially for learning k8s I found that much easier to visualize than raw kubectl outputs.



  • StarfighterOPtoSelfhosted@lemmy.worldAuthentik Helm woes
    link
    fedilink
    English
    arrow-up
    3
    ·
    20 days ago

    Did you also have to set all these env vars by hand?
    I am wondering if it might have something to do with rendering Helm Charts under ArgoCD.

    I’ll give it another try with your recommendations.

    And should I get it working finally, I will obviously switch back to using Secrets.
    I only removed them to reduce possible points of failure.

    As for blueprints, that’s a task for future me xD