···1414 namespace: flux-system
1515spec:
1616 interval: 30m
1717+ dependsOn:
1818+ - name: dex
1919+ - name: vault
2020+ - name: vault-secrets-webhook
1721 chart:
1822 spec:
1923 chart: forgejo
···7074 oauth:
7175 - name: SSO
7276 provider: "openidConnect"
7373- autoDiscoverUrl: https://dex.staging.khuedoan.com/.well-known/openid-configuration
7777+ # Use the in-cluster Dex service for bootstrap because the single-node
7878+ # staging cluster cannot reliably hairpin through the public gateway.
7979+ autoDiscoverUrl: http://dex.dex.svc.cluster.local:5556/.well-known/openid-configuration
7480 key: forgejo
7581 # Can't use Vault syntax directly here, because it will be templated
7682 # into a secret, so we need to define a separate environment variable