From 944ed70b1a58402b7870576b9abe265b11cf4d7e Mon Sep 17 00:00:00 2001 From: Akash Kumar Date: Sat, 25 Apr 2026 17:43:52 +0530 Subject: [PATCH] docs: document Docker gomplate configuration Signed-off-by: Akash Kumar --- examples/k8s/dex.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/k8s/dex.yaml b/examples/k8s/dex.yaml index c20d268774..cb08574761 100644 --- a/examples/k8s/dex.yaml +++ b/examples/k8s/dex.yaml @@ -25,6 +25,9 @@ spec: containers: - image: ghcr.io/dexidp/dex:v2.32.0 name: dex + # This example runs the dex binary directly, so the Docker entrypoint's + # gomplate preprocessing is skipped. The $GITHUB_* values below are + # expanded by dex's built-in config environment expansion. command: ["/usr/local/bin/dex", "serve", "/etc/dex/cfg/config.yaml"] ports: